modules/home: flatten
This commit is contained in:
parent
866b1561af
commit
2e6d2754a9
6 changed files with 66 additions and 67 deletions
|
@ -2,6 +2,10 @@
|
|||
imports = [
|
||||
./system
|
||||
./flake
|
||||
./home
|
||||
];
|
||||
|
||||
flake.homeModules = rec {
|
||||
settei = ./home;
|
||||
default = settei;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue