use unstable version of vim
Charlotte Som charlotte@som.codes
Mon, 26 Jan 2026 21:19:24 +0000
2 files changed,
3 insertions(+),
2 deletions(-)
M
profiles/common/base.nix
→
profiles/common/base.nix
@@ -43,6 +43,7 @@
programs.vim = { enable = true; defaultEditor = true; + package = unstable-pkgs.vim; }; environment.shells = [ pkgs.zsh ];@@ -63,12 +64,12 @@ gnumake
cmake sqlite-interactive - vim wget htop tmux ] ++ [ unstable-pkgs.jujutsu + unstable-pkgs.vim ]; }
M
profiles/runestone/base.nix
→
profiles/runestone/base.nix
@@ -39,7 +39,7 @@ ffmpeg
]) ++ [ pkgs.linuxPackages_latest.perf - user-pkgs.berkeley-mono + # user-pkgs.berkeley-mono unstable-pkgs.nixd unstable-pkgs.nixfmt-rfc-style ];