From 08e6294366ed9a42b5b08e4d38f60567b91d858c Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 30 Aug 2025 12:33:55 -0400 Subject: tmux and neovim config --- home.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 36baaec..a74ffe5 100644 --- a/home.nix +++ b/home.nix @@ -3,6 +3,7 @@ lib, pkgs, inputs, + skullNeovim, ... }: @@ -51,7 +52,6 @@ audacity mpc discord - neovim catppuccin-gtk inter prismlauncher @@ -76,7 +76,8 @@ slurp swappy - tmux + skullNeovim.neovim + # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the @@ -140,7 +141,8 @@ # /etc/profiles/per-user/andrew/etc/profile.d/hm-session-vars.sh # home.sessionVariables = { - EDITOR = "neovim"; + EDITOR = "nvim"; + VISUAL = "nvim"; NIXOS_OZONE_WL = "1"; }; -- cgit v1.3.1