From 30a1342a132f918436ef757912ccd21ccde1af04 Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Tue, 18 Feb 2025 16:13:29 -0700 Subject: [PATCH] feat: Let lain borrow crumb's vimrc --- users/lain/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/users/lain/default.nix b/users/lain/default.nix index ac24072..491a354 100755 --- a/users/lain/default.nix +++ b/users/lain/default.nix @@ -26,8 +26,18 @@ homeConfiguration = { config, lib, pkgs, ... }: { imports = [ + ../crumb/programs/nvim.nix ]; + programs.bash.enable = true; + + home.sessionVariables = { + "EDITOR" = "nvim"; + "VISUAL" = "nvim"; + }; + + home.packages = [ pkgs.btop ]; + sydnix = { impermanence = { enable = true;