Merge #12653: rework default outputs

This commit is contained in:
Vladimír Čunát
2016-04-07 16:00:09 +02:00
7 changed files with 42 additions and 22 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.polkit ];
environment.systemPackages = [ pkgs.polkit.bin pkgs.polkit.out ];
systemd.packages = [ pkgs.polkit.out ];