From a74c6d6293214ccae7a9efc397f69632ac4393a0 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Wed, 11 Sep 2024 23:00:38 -0400 Subject: [PATCH] Better implementation --- home-manager/jimbo_ssh.nix | 1 + home-manager/tuiapps/zsh.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/jimbo_ssh.nix b/home-manager/jimbo_ssh.nix index 3269777..b335586 100644 --- a/home-manager/jimbo_ssh.nix +++ b/home-manager/jimbo_ssh.nix @@ -11,6 +11,7 @@ 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)"; }; }; } diff --git a/home-manager/tuiapps/zsh.nix b/home-manager/tuiapps/zsh.nix index 3aeb2a2..bd09249 100644 --- a/home-manager/tuiapps/zsh.nix +++ b/home-manager/tuiapps/zsh.nix @@ -32,7 +32,6 @@ nls = "/usr/bin/env ls"; cat = "${pkgs.bat}/bin/bat --paging never"; ncat = "/usr/bin/env cat"; - svim = "sudo $(which vim)"; copycat = "wl-copy <"; sunshinehost = "WAYLAND_DISPLAY=wayland-1 DISPLAY=:1 sunshine -0"; seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";