restructure home as submodule of each system
This commit is contained in:
parent
ed8de34c0f
commit
88ad3517bf
26 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../home/direnv
|
||||
../home/editor
|
||||
../home/git
|
||||
../home/shell
|
||||
../../system/home/direnv
|
||||
../../system/home/editor
|
||||
../../system/home/git
|
||||
../../system/home/shell
|
||||
./server-utils
|
||||
];
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.twoneis = import ./modules/home;
|
||||
users.twoneis = import ./modules/system/home;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
@ -20,7 +20,7 @@
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.twoneis = import ./modules/server-home;
|
||||
users.twoneis = import ./modules/server/home;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue