refactor: added flake parts
This commit is contained in:
parent
db7ac35613
commit
88041e86bd
66 changed files with 3538 additions and 2163 deletions
23
modules/hosts/home/leyla/default.nix
Normal file
23
modules/hosts/home/leyla/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{config, ...}: let
|
||||
hm = config.flake.homeModules;
|
||||
in {
|
||||
flake.homeModules.leylaConfiguration = {...}: {
|
||||
imports = [
|
||||
hm.leylaBaseConfiguration
|
||||
hm.leylaDconf
|
||||
hm.leylaI18n
|
||||
hm.leylaImpermanence
|
||||
hm.leylaPackages
|
||||
hm.leylaDirenv
|
||||
hm.leylaGit
|
||||
hm.leylaMakemkv
|
||||
hm.leylaOpenssh
|
||||
hm.leylaFirefox
|
||||
hm.leylaFirefoxProfile
|
||||
hm.leylaFirefoxBookmarks
|
||||
hm.leylaFirefoxHarden
|
||||
hm.leylaVscode
|
||||
hm.leylaVscodeUserWords
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue