Create desktop role

This commit is contained in:
Toast 2023-06-14 16:41:24 +02:00
parent bab66bc390
commit 0282590dd8
2 changed files with 8 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./discord.nix
];
}