1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

nix: drop unnecessary dependencies and enable power and accounts daemons (#963)

This commit is contained in:
Lucas
2025-12-10 15:35:58 -03:00
committed by GitHub
parent 8d7ae324ff
commit b2066c60d1
3 changed files with 14 additions and 21 deletions

View File

@@ -40,5 +40,8 @@ in
};
environment.systemPackages = [ cfg.quickshell.package ] ++ common.packages;
services.power-profiles-daemon.enable = lib.mkDefault true;
services.accounts-daemon.enable = lib.mkDefault true;
};
}