mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: make layouts a nixosModule
This commit is contained in:
parent
42e1a9d759
commit
075ba6c976
6 changed files with 9 additions and 5 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
flake.nixosModules._.imports = [
|
||||
./sudo-conf.nix
|
||||
./system-nixconf.nix
|
||||
];
|
||||
flake.nixosModules = {
|
||||
_.imports = [
|
||||
./sudo-conf.nix
|
||||
./system-nixconf.nix
|
||||
];
|
||||
|
||||
layouts = ./layouts;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue