mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
gnome: disable colord
This commit is contained in:
parent
8dc502e74d
commit
8d5f46c747
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ in
|
|||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
||||
services.colord.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome3.gnome-tweaks
|
||||
gnomeExtensions.appindicator
|
||||
|
|
Loading…
Reference in a new issue