diff options
| author | Fuwn <[email protected]> | 2024-09-01 23:51:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-01 23:51:42 -0700 |
| commit | c7aa52483140c250d3e4e7250ab6b539404bf580 (patch) | |
| tree | 5478352d41b0b37a65cb37e7562823cf42eee6ba /home/ebisu/fortune/development/tools/default.nix | |
| parent | secrets (diff) | |
| download | nixos-config-c7aa52483140c250d3e4e7250ab6b539404bf580.tar.xz nixos-config-c7aa52483140c250d3e4e7250ab6b539404bf580.zip | |
secrets home
Diffstat (limited to 'home/ebisu/fortune/development/tools/default.nix')
| -rw-r--r-- | home/ebisu/fortune/development/tools/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/ebisu/fortune/development/tools/default.nix b/home/ebisu/fortune/development/tools/default.nix index b365ffe..6496464 100644 --- a/home/ebisu/fortune/development/tools/default.nix +++ b/home/ebisu/fortune/development/tools/default.nix @@ -1,6 +1,9 @@ { pkgs, ... }: { - imports = [ ./build.nix ]; + imports = [ + ./build.nix + ./git.nix + ]; home.packages = with pkgs; [ clang-tools |