1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 01:02:18 -04:00

Update nix packaging (#1703)

* nix: add kimageformats to DMS qml dependencies

* nix: enable polkit by default in NixOS module
This commit is contained in:
Lucas
2026-02-16 22:47:40 -03:00
committed by GitHub
parent 83e2b5a7a6
commit 5841b38cd9
2 changed files with 2 additions and 0 deletions

View File

@@ -50,5 +50,6 @@ in
services.power-profiles-daemon.enable = lib.mkDefault true; services.power-profiles-daemon.enable = lib.mkDefault true;
services.accounts-daemon.enable = lib.mkDefault true; services.accounts-daemon.enable = lib.mkDefault true;
security.polkit.enable = lib.mkDefault true;
}; };
} }

View File

@@ -48,6 +48,7 @@
sonnet sonnet
qtmultimedia qtmultimedia
qtimageformats qtimageformats
kimageformats
]; ];
in in
{ {