mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
Fix GNOME messing with the nix store
https://github.com/NixOS/nixpkgs/issues/177946
This commit is contained in:
parent
e9ee6c87fc
commit
eb97793123
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ in
|
||||||
|
|
||||||
services.colord.enable = false;
|
services.colord.enable = false;
|
||||||
|
|
||||||
|
systemd.services.packagekit.enable = false;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome3.gnome-tweaks
|
gnome3.gnome-tweaks
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
|
|
Loading…
Reference in a new issue