geary: change the default autostart to true
This commit is contained in:
@@ -39,9 +39,6 @@
|
|||||||
sane.programs.iphoneUtils.enableFor.user.colin = true;
|
sane.programs.iphoneUtils.enableFor.user.colin = true;
|
||||||
sane.programs.steam.enableFor.user.colin = true;
|
sane.programs.steam.enableFor.user.colin = true;
|
||||||
|
|
||||||
sane.programs.geary.config.autostart = true;
|
|
||||||
sane.programs.signal-desktop.config.autostart = true;
|
|
||||||
|
|
||||||
sane.programs.nwg-panel.config = {
|
sane.programs.nwg-panel.config = {
|
||||||
battery = false;
|
battery = false;
|
||||||
brightness = false;
|
brightness = false;
|
||||||
|
@@ -21,9 +21,6 @@
|
|||||||
sane.programs.stepmania.enableFor.user.colin = true;
|
sane.programs.stepmania.enableFor.user.colin = true;
|
||||||
sane.programs.sway.enableFor.user.colin = true;
|
sane.programs.sway.enableFor.user.colin = true;
|
||||||
|
|
||||||
sane.programs.geary.config.autostart = true;
|
|
||||||
sane.programs.signal-desktop.config.autostart = true;
|
|
||||||
|
|
||||||
sops.secrets.colin-passwd.neededForUsers = true;
|
sops.secrets.colin-passwd.neededForUsers = true;
|
||||||
|
|
||||||
sane.services.rsync-net.enable = true;
|
sane.services.rsync-net.enable = true;
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
# sane.programs.ntfy-sh.config.autostart = true;
|
# sane.programs.ntfy-sh.config.autostart = true;
|
||||||
sane.programs.dino.config.autostart = true;
|
sane.programs.dino.config.autostart = true;
|
||||||
sane.programs.signal-desktop.config.autostart = false;
|
sane.programs.signal-desktop.config.autostart = false;
|
||||||
# sane.programs.geary.config.autostart = true;
|
sane.programs.geary.config.autostart = false;
|
||||||
|
|
||||||
sane.programs.pipewire.config = {
|
sane.programs.pipewire.config = {
|
||||||
# tune so Dino doesn't drop audio
|
# tune so Dino doesn't drop audio
|
||||||
|
@@ -14,7 +14,7 @@ in
|
|||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
options.autostart = mkOption {
|
options.autostart = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user