refactor: added flake parts
This commit is contained in:
parent
db7ac35613
commit
88041e86bd
66 changed files with 3538 additions and 2163 deletions
11
modules/hosts/home/eve/default.nix
Normal file
11
modules/hosts/home/eve/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{config, ...}: let
|
||||
hm = config.flake.homeModules;
|
||||
in {
|
||||
flake.homeModules.eveConfiguration = {...}: {
|
||||
imports = [
|
||||
hm.eveBaseConfiguration
|
||||
hm.eveGnomeconf
|
||||
hm.evePackages
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue