1
0
forked from extern/nix-config

chore: Don't add polkit to environment

This isn't needed since the daemon is already running.
This commit is contained in:
Donovan Glover 2023-07-23 09:00:54 -04:00
parent 51c9c0206f
commit ee19ba0b97
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -13,10 +13,6 @@
mountOnMedia = true;
};
environment.systemPackages = with pkgs; [
polkit_gnome
];
services.xserver = {
enable = true;
excludePackages = [ pkgs.xterm ];