Regenerated
This commit is contained in:
+2
-2
@@ -2254,7 +2254,7 @@ 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"
|
||||
#+END_SRC
|
||||
|
||||
** =generated/.config/hypr/exec-once.conf=
|
||||
@@ -2540,7 +2540,7 @@ A file containing color variables
|
||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :noweb yes :mkdirp yes :eval never
|
||||
#!/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..."
|
||||
|
||||
Reference in New Issue
Block a user