Add a script to safely update NixOS
This commit is contained in:
parent
1ad26d9ac3
commit
811d272187
3 changed files with 30 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ DIRS["qtile"]="$HOME/.config/qtile"
|
|||
DIRS["xmobar"]="$HOME/.config/xmobar"
|
||||
DIRS["xmonad"]="$HOME/.config/xmonad"
|
||||
|
||||
DIRS["bin/nixos-update-script"]="$HOME/.local/bin/nixos-update-script"
|
||||
|
||||
for DIR in "${!DIRS[@]}"; do
|
||||
TARGET="${DIRS[$DIR]}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue