added more options to gnome.nix

This commit is contained in:
Leyla Becker 2025-06-25 17:42:37 -05:00
parent f8aa299e16
commit b3f992f001
3 changed files with 40 additions and 5 deletions

View file

@ -65,7 +65,7 @@ flake=${flake:-$target}
mode=${mode:-switch}
user=${user:-$USER}
command="nixos-rebuild $mode --use-remote-sudo --ask-sudo-password --flake .#$flake"
command="nixos-rebuild $mode --sudo --flake .#$flake"
if [[ $host ]];
then