summaryrefslogtreecommitdiff
path: root/nixos/flake.nix
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-11 23:29:53 +0200
committerGitHub <noreply@github.com>2026-06-11 23:29:53 +0200
commite26c00aa6e7e7defd9064647efea1890f0235a1e (patch)
tree9c348194d9f66f9230ef6244a739ca239ccda376 /nixos/flake.nix
parent5031df8cfb60bf4aad1cccbb0be33c273d7db44d (diff)
Update flake.nix
Diffstat (limited to 'nixos/flake.nix')
-rw-r--r--nixos/flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/flake.nix b/nixos/flake.nix
index d7e87a5..cdef832 100644
--- a/nixos/flake.nix
+++ b/nixos/flake.nix
@@ -22,7 +22,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.cat = {
- imports = [ ./mngr.nix ./box.nix ./vim.nix ];
+ imports = [ ./mngr.nix ./hosts/box/box.nix ./mdls/vim.nix ];
};
}
];
@@ -38,7 +38,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.cat = {
- imports = [ ./mngr.nix ./bin.nix ./vim.nix ];
+ imports = [ ./mngr.nix ./hosts/bin/bin.nix ./mdls/vim.nix ];
};
}
];