Small fixes

This commit is contained in:
Jimbo 2024-09-12 12:08:13 -04:00
parent 69b05190af
commit 1140c1294c
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,6 @@
auth = import ./common/auth.nix;
in {
sshswitch = "home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features 'nix-command flakes'";
svim = "sudo $(which vim)";
};
};
}