minor fix

This commit is contained in:
Yan Lin 2025-12-02 19:28:39 +01:00
parent 8cb9f7cd93
commit 20d61d67f8
2 changed files with 10 additions and 7 deletions

View file

@ -113,6 +113,13 @@ let
"Bash(systemctl:*)"
"Bash(service:*)"
"Bash(launchctl:*)"
# Nix system operations
"Bash(nixos-rebuild:*)"
"Bash(nix-collect-garbage:*)"
"Bash(nix-channel:*)"
"Bash(oss:*)"
"Bash(hms:*)"
];
ask = [
@ -123,13 +130,6 @@ let
"Bash(cp:*)"
"Bash(touch:*)"
# Nix system operations
"Bash(nixos-rebuild:*)"
"Bash(nix-collect-garbage:*)"
"Bash(nix-channel:*)"
"Bash(oss:*)"
"Bash(hms:*)"
"Bash(curl:*)"
"Bash(wget:*)"
];