add icecube and git config

This commit is contained in:
Jonathan Dönszelmann 2024-09-17 10:10:18 +02:00
parent e767060559
commit 8a9b1f2529
No known key found for this signature in database
8 changed files with 70 additions and 30 deletions

View file

@ -70,6 +70,9 @@
ori = mkHomeConfiguration (import ./hosts/ori/home.nix) {
extraSpecialArgs = { inherit inputs; };
};
icecube = mkHomeConfiguration (import ./hosts/icecube/home.nix) {
extraSpecialArgs = { inherit inputs; };
};
};
inherit home-manager;