Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

FIX: unstable nvim, no more ruff

+1 -2
+1 -2
home.nix
··· 137 137 zathura 138 138 139 139 # Python dev tools 140 - ruff-lsp 141 140 #unstable.pyright 142 141 #unstable.python311Packages.python-lsp-server 143 142 #unstable.python311Packages.python-lsp-ruff ··· 173 172 programs.lf.enable = true; 174 173 programs.home-manager.enable = true; 175 174 programs.neovim = { 176 - #package = unstable.neovim-unwrapped; 175 + package = unstable.neovim-unwrapped; 177 176 enable = true; 178 177 defaultEditor = true; 179 178 withNodeJs = false;