this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Nvim) as default editor

+2 -1
-1
home/default.nix
··· 27 27 ]; 28 28 29 29 home.sessionVariables = { 30 - VISUAL = "emacs"; 31 30 BROWSER = "firefox"; 32 31 }; 33 32
+2
home/neovim/default.nix
··· 2 2 programs.neovim = { 3 3 enable = true; 4 4 5 + defaultEditor = true; 6 + 5 7 plugins = with pkgs.vimPlugins; [ 6 8 LazyVim 7 9 ];