remove user switch option

This commit is contained in:
Leonardo Eugênio 2022-07-20 22:19:07 -03:00
parent 5cedd306ec
commit 6d75e4b4aa
3 changed files with 3 additions and 7 deletions

3
switch Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
sudo nixos-rebuild switch --flake .#

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
HERE="$(dirname "$0")"
# sudo nixos-rebuild switch -I nixos-config="$HERE/system/configuration.nix"
sudo nixos-rebuild switch --verbose --flake .#

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
HERE="$(dirname "$0")"
home-manager switch -f "$HERE/user/home.nix"