diff --git a/hosts/common/user/configs/gui/theme/options.nix b/hosts/common/user/configs/gui/theme/options.nix index ee71f77..217f182 100644 --- a/hosts/common/user/configs/gui/theme/options.nix +++ b/hosts/common/user/configs/gui/theme/options.nix @@ -12,7 +12,7 @@ let name = "theme-init"; runtimeInputs = with pkgs; [ matugen ]; bashOptions = [ - "nounset" + "errexit" "pipefail" ]; text = '' @@ -30,10 +30,6 @@ let theme = pkgs.writeShellApplication { name = "theme"; runtimeInputs = with pkgs; [ coreutils ]; - bashOptions = [ - "nounset" - "pipefail" - ]; runtimeEnv = { CONFIG = cfg.configDir; DEFAULT_WALLPAPER = cfg.wallpaper;