diff --git a/home/common/optional/desktop/dwm/scripts/git-commit-ai.nix b/home/common/optional/desktop/dwm/scripts/git-commit-ai.nix index 3f7a2cf..9040b17 100644 --- a/home/common/optional/desktop/dwm/scripts/git-commit-ai.nix +++ b/home/common/optional/desktop/dwm/scripts/git-commit-ai.nix @@ -65,7 +65,6 @@ """ query=$(jq -n --arg model "$model" --arg system_message "$system_message" --arg prompt "$diff" '{model: $model, system: $system_message, prompt: $prompt, stream: false}') - echo "$query" git config commit.template ".git/gitmessage" diff --git a/home/common/optional/desktop/dwm/xinitrc.nix b/home/common/optional/desktop/dwm/xinitrc.nix index 2035f3c..0ccf44b 100644 --- a/home/common/optional/desktop/dwm/xinitrc.nix +++ b/home/common/optional/desktop/dwm/xinitrc.nix @@ -14,7 +14,7 @@ in ${monitor} - autostart="dwmblocks feh-wallpaper-changer sxhkd" + autostart="clipboard-save dwmblocks feh-wallpaper-changer sxhkd" for program in $autostart; do pidof -sx "$program" || "$program" & diff --git a/pkgs/nsxiv/default.nix b/pkgs/nsxiv/default.nix index 628bc72..aed3102 100644 --- a/pkgs/nsxiv/default.nix +++ b/pkgs/nsxiv/default.nix @@ -14,8 +14,8 @@ pkgs.stdenv.mkDerivation { domain = "git.bitlab21.com"; owner = "sam"; repo = "nsxiv"; - rev = "99f685df84039484b4d4fcd7dfe09ecdb4e2fc06"; - sha256 = "sha256-J6axA/622FlKwlEtsz9kaCVPhmYVK9uGLQ10+jPCIXg="; + rev = "64fc67397220a7749819a432befe9ec35ad9e388"; + sha256 = "sha256-6Vf1sm94ukO+AIZ7tLbFecvt2Y5RTE1sq43nOXiQT6U="; }; nativeBuildInputs = [