This commit is contained in:
Henri Dohmen 2025-10-09 15:12:25 +02:00
parent 5758556ce9
commit 42099d49b4
Signed by: hd
GPG key ID: AB79213B044674AE
8 changed files with 212 additions and 40 deletions

View file

@ -11,6 +11,7 @@ let
in
{
imports = [
./accounts.nix
./audio.nix
./fonts.nix
./gpg.nix
@ -19,7 +20,6 @@ in
./services.nix
./software
./window-manager.nix
inputs.nixos-config-hidden.nixosModules.pc
];
options = {
@ -33,6 +33,7 @@ in
config = mkIf cfg.enable {
hd.desktop = {
accounts.enable = true;
audio.enable = true;
fonts.enable = true;
gpg.enable = true;