Regenerated

This commit is contained in:
2026-04-10 19:33:40 +02:00
parent 38ca2cd5e9
commit 0acbe579e4
5 changed files with 360 additions and 360 deletions
@@ -150,4 +150,4 @@ bind = , workspace, exec, ~/.config/hypr/scripts/set-workspace-wallpaper.sh
#########################
# System stuff
#########################
bind = $mainMod, U, exec, kitty -e bash -lc "sudo $HOME/.config/scripts/update.sh; exec bash"
bind = $mainMod, U, exec, kitty -e bash -lc "$HOME/.config/scripts/update.sh"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
REPO="/home/henrov/Repos/nixos/Droidnix" # adjust this to your flake repo path
REPO="/home/henrov/Repos/nixos/Droidnix"
HOSTNAME="$(hostname)"
cd "$REPO"
echo "🔄 Updating flake..."