summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-30 12:33:55 -0400
committerAndrew <admonty1@protonmail.com>2025-08-30 12:33:55 -0400
commit08e6294366ed9a42b5b08e4d38f60567b91d858c (patch)
tree36268a87ff2898b9173939dc23ebfa110a5f21b4 /home.nix
parentadd space after username in prompt for starship because it looks better (diff)
downloadnixos-08e6294366ed9a42b5b08e4d38f60567b91d858c.tar.gz
nixos-08e6294366ed9a42b5b08e4d38f60567b91d858c.tar.bz2
nixos-08e6294366ed9a42b5b08e4d38f60567b91d858c.zip
tmux and neovim config
Diffstat (limited to '')
-rw-r--r--home.nix8
1 files changed, 5 insertions, 3 deletions
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";
};