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:
parent
ed4f367713
commit
db746efe7e
|
@ -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}')
|
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"
|
git config commit.template ".git/gitmessage"
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ in
|
||||||
|
|
||||||
${monitor}
|
${monitor}
|
||||||
|
|
||||||
autostart="dwmblocks feh-wallpaper-changer sxhkd"
|
autostart="clipboard-save dwmblocks feh-wallpaper-changer sxhkd"
|
||||||
|
|
||||||
for program in $autostart; do
|
for program in $autostart; do
|
||||||
pidof -sx "$program" || "$program" &
|
pidof -sx "$program" || "$program" &
|
||||||
|
|
|
@ -14,8 +14,8 @@ pkgs.stdenv.mkDerivation {
|
||||||
domain = "git.bitlab21.com";
|
domain = "git.bitlab21.com";
|
||||||
owner = "sam";
|
owner = "sam";
|
||||||
repo = "nsxiv";
|
repo = "nsxiv";
|
||||||
rev = "99f685df84039484b4d4fcd7dfe09ecdb4e2fc06";
|
rev = "64fc67397220a7749819a432befe9ec35ad9e388";
|
||||||
sha256 = "sha256-J6axA/622FlKwlEtsz9kaCVPhmYVK9uGLQ10+jPCIXg=";
|
sha256 = "sha256-6Vf1sm94ukO+AIZ7tLbFecvt2Y5RTE1sq43nOXiQT6U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue