nixos/sway: enable polkit

Without polkit the tests would stop working.
This commit is contained in:
Martin Weinelt 2022-01-26 17:44:41 +01:00
parent 5601e028cf
commit 09798ce569
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

@ -134,6 +134,7 @@ in {
'';
};
};
security.polkit.enable = true;
security.pam.services.swaylock = {};
hardware.opengl.enable = mkDefault true;
fonts.enableDefaultFonts = mkDefault true;