all repos — char/flake @ 67dacd89398173c9c0a1e7fecf805145778c695e

nixos flake

use unstable version of vim
Charlotte Som charlotte@som.codes
Mon, 26 Jan 2026 21:19:24 +0000
commit

67dacd89398173c9c0a1e7fecf805145778c695e

parent

a0f2c0558d00a7a884c9e75ead3b572473d93c55

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M profiles/common/base.nixprofiles/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.nixprofiles/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 ];