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:
parent
51c9c0206f
commit
ee19ba0b97
@ -13,10 +13,6 @@
|
|||||||
mountOnMedia = true;
|
mountOnMedia = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
polkit_gnome
|
|
||||||
];
|
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
excludePackages = [ pkgs.xterm ];
|
excludePackages = [ pkgs.xterm ];
|
||||||
|
Loading…
Reference in New Issue
Block a user