Update git-commit-ai and xinitrc, bump nsxiv version

- Remove echo command in git-commit-ai script
- Add clipboard-save to autostart in xinitrc
- Update nsxiv to latest version
This commit is contained in:
Sam 2024-06-20 13:29:33 +01:00
parent ed4f367713
commit db746efe7e
3 changed files with 3 additions and 4 deletions

View File

@ -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"

View File

@ -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" &

View File

@ -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 = [