Create all.nix role with common modules
This commit is contained in:
parent
40bbb757a1
commit
6a9a43478c
3 changed files with 15 additions and 16 deletions
13
roles/all.nix
Normal file
13
roles/all.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
imports = [
|
||||
../home-manager/default.nix
|
||||
../modules/earlyoom.nix
|
||||
../modules/fonts.nix
|
||||
../modules/opengl.nix
|
||||
../modules/remote-builder.nix
|
||||
../modules/sound.nix
|
||||
../modules/ssh.nix
|
||||
../users/fleaz.nix
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue