home config migration
This commit is contained in:
parent
64f4c4f5b0
commit
4bba4871b4
25 changed files with 1296 additions and 16 deletions
|
|
@ -5,9 +5,11 @@
|
|||
./core/filesystem.nix
|
||||
./core/network.nix
|
||||
./core/kernel.nix
|
||||
./core/shell.nix
|
||||
./core/user.nix
|
||||
./misc/programs.nix
|
||||
./misc/desktop.nix
|
||||
./misc/graphics.nix
|
||||
./desktop.nix
|
||||
./base.nix
|
||||
];
|
||||
|
||||
|
|
@ -20,8 +22,4 @@
|
|||
Defaults passwd_tries = 5
|
||||
'';
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue