dev: automated commit - 2025-09-28 19:29:58
This commit is contained in:
parent
c9829cac0f
commit
efa863631d
7 changed files with 140 additions and 111 deletions
|
|
@ -723,7 +723,7 @@ yay() {
|
|||
# System update
|
||||
update|"-Syu")
|
||||
echo "Updating NixOS system..."
|
||||
nh os switch ~/.config/nixos --update
|
||||
nh os switch ~/.config/nixos --update --ask
|
||||
;;
|
||||
|
||||
# Search packages
|
||||
|
|
@ -781,7 +781,7 @@ EOF
|
|||
# Default: rebuild system
|
||||
"")
|
||||
echo "Rebuilding NixOS system..."
|
||||
nh os switch ~/.config/nixos
|
||||
nh os switch ~/.config/nixos --ask
|
||||
;;
|
||||
|
||||
# Try to install unknown commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue