diff --git a/home/applications/starship/default.nix b/home/applications/starship/default.nix index bc87354..5776558 100644 --- a/home/applications/starship/default.nix +++ b/home/applications/starship/default.nix @@ -18,7 +18,7 @@ // builtins.fromTOML (builtins.readFile "${pkgs.starship}/share/starship/presets/nerd-font-symbols.toml") // builtins.fromTOML (builtins.readFile (pkgs.substitute { src = "${pkgs.starship}/share/starship/presets/tokyo-night.toml"; - replacements = ["--replace" "" ""]; + replacements = ["--replace-warn" "" ""]; })); }; } diff --git a/nixos/profiles/common/graphical/home/scripts/default.nix b/nixos/profiles/common/graphical/home/scripts/default.nix index 2ffe58a..0f05480 100644 --- a/nixos/profiles/common/graphical/home/scripts/default.nix +++ b/nixos/profiles/common/graphical/home/scripts/default.nix @@ -40,7 +40,7 @@ in { url = "https://raw.githubusercontent.com/nwg-piotr/nwg-shell/c29e8eb4658a2613fb221ead0b101c75f457bcaf/scripts/screenshot"; hash = "sha256-Z/fWloz8pLHsvPTPOeBxnbMsGDRTY3G3l/uePQ3ZxjU="; }; - replacements = ["--replace" "DIR=\${SCREENSHOT_DIR:=$HOME/Screenshots}" "DIR=$HOME/Pictures/Screenshots"]; # i dont like using an environment variable + replacements = ["--replace-warn" "DIR=\${SCREENSHOT_DIR:=$HOME/Screenshots}" "DIR=$HOME/Pictures/Screenshots"]; # i dont like using an environment variable }; }) ];