summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorShubham Saini <ssaini@fispan.com>2023-09-30 04:08:48 +0000
committerShubham Saini <ssaini@fispan.com>2023-09-30 04:08:48 +0000
commitb3a030f155d2e567f16c7901a756066957173cc2 (patch)
tree7e90f18f787b7a38e251c02f4335e3eeb8d2a965 /flake.nix
parentfdf1c788488534825abdbfe8f8c0e8e95a876d57 (diff)
moved home.nix to hosts
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index cd0d353..8cd669b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,7 +27,7 @@
27 home-manager.useGlobalPkgs = true; 27 home-manager.useGlobalPkgs = true;
28 home-manager.useUserPackages = true; 28 home-manager.useUserPackages = true;
29 home-manager.users.shubh = { 29 home-manager.users.shubh = {
30 imports = [ ./home.nix ]; 30 imports = [ ./hosts/oracle/home.nix ];
31 }; 31 };
32 } 32 }
33 ]; 33 ];
@@ -45,7 +45,7 @@
45 home-manager.useGlobalPkgs = true; 45 home-manager.useGlobalPkgs = true;
46 home-manager.useUserPackages = true; 46 home-manager.useUserPackages = true;
47 home-manager.users.shubh = { 47 home-manager.users.shubh = {
48 imports = [ ./darwin/home.nix ]; 48 imports = [ ./hosts/morpheus/home.nix ];
49 }; 49 };
50 } 50 }
51 ]; 51 ];