default false

This commit is contained in:
Joseph Hanson 2024-08-07 07:27:39 -05:00
parent 73bd0b7d46
commit 24caeaf643
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,7 +6,7 @@ in
{ {
options = { options = {
mySystem.de.gnome = { mySystem.de.gnome = {
enable = mkEnableOption "GNOME" // { default = true; }; enable = mkEnableOption "GNOME" // { default = false; };
systrayicons = mkEnableOption "Enable systray icons" // { default = true; }; systrayicons = mkEnableOption "Enable systray icons" // { default = true; };
gsconnect = mkEnableOption "Enable gsconnect (KDEConnect for GNOME)" // { default = true; }; gsconnect = mkEnableOption "Enable gsconnect (KDEConnect for GNOME)" // { default = true; };
}; };