Create desktop role
This commit is contained in:
parent
bab66bc390
commit
0282590dd8
2 changed files with 8 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ outputs = {nixpkgs, agenix, home-manager, nixpkgs-unstable, nix-impermanence, ..
|
|||
agenix.nixosModules.default
|
||||
home-manager.nixosModule
|
||||
./roles/common
|
||||
./roles/desktop
|
||||
./roles/kde
|
||||
./machines/Archie
|
||||
];
|
||||
|
|
|
|||
7
roles/desktop/default.nix
Executable file
7
roles/desktop/default.nix
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./discord.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue