zsh: auto-detect guiIntegrations feature

This commit is contained in:
Colin 2023-11-08 15:30:28 +00:00
parent f4f1917ed6
commit df9ffcb7b1
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
sane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ];
sane.persist.enable = false;
sane.nixcache.enable = false; # don't want to be calling out to dead machines that we're *trying* to rescue
sane.zsh.guiIntegrations = false; # save on unused dependencies
# auto-login at shell
services.getty.autologinUser = "colin";

View File

@ -41,7 +41,7 @@ in
};
guiIntegrations = mkOption {
type = types.bool;
default = true;
default = config.sane.programs.guiApps.enabled;
description = ''
integrate with things like VTE, so that windowing systems can show the PWD in the title.
drags in gtk+3.