mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: make each perhost home module import from common
This commit is contained in:
parent
ceff366d15
commit
a161b3da59
2 changed files with 11 additions and 6 deletions
|
|
@ -70,7 +70,6 @@ let
|
|||
sharedModules = [ { home.stateVersion = "24.05"; } ];
|
||||
users.leana.imports = [
|
||||
nixpkgsRegistry
|
||||
self.homeModules.commonModules
|
||||
(self.homeModules.${"named-" + hostname} or { })
|
||||
];
|
||||
};
|
||||
|
|
@ -112,7 +111,6 @@ let
|
|||
sharedModules = [ { home.stateVersion = "24.05"; } ];
|
||||
users.leana.imports = [
|
||||
nixpkgsRegistry
|
||||
self.homeModules.commonModules
|
||||
(self.homeModules.${"named-" + hostname} or { })
|
||||
];
|
||||
};
|
||||
|
|
@ -133,7 +131,6 @@ let
|
|||
nixpkgsRegistry
|
||||
nixpkgsConfig
|
||||
|
||||
self.homeModules.commonModules
|
||||
self.homeModules.auto-gc # Enable user gc only when home-manager is used standalone
|
||||
(self.homeModules.${"named-" + hostname} or { })
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue