Move home-manager users and fix on flake
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
(import-tree ./modules/home/common)
|
(import-tree ./modules/home/common)
|
||||||
(import-tree ./modules/home/nixos)
|
(import-tree ./modules/home/nixos)
|
||||||
(import-tree ./hosts/nixos/home)
|
(import-tree ./hosts/nixos/home/users)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
(import-tree ../../../modules/home/common)
|
(import-tree ../../../modules/home/common)
|
||||||
(import-tree ../../../modules/home/nixos)
|
(import-tree ../../../modules/home/nixos)
|
||||||
|
(import-tree ../partials)
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
Reference in New Issue
Block a user