Configuration for my NixOS based systems and Home Manager
fork

Configure Feed

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

ADD: perf; remove rainbow-delims.nvim,fix neovim broken

+3 -2
+1 -1
noah-home.nix
··· 165 165 #package = unstable.fish; 166 166 }; 167 167 programs.neovim = { 168 - package = unstable.neovim-unwrapped; 168 + #package = unstable.neovim-unwrapped; 169 169 enable = true; 170 170 defaultEditor = true; 171 171 withNodeJs = true;
+1 -1
nvim/lua/plugins.lua
··· 335 335 require("nvim-paredit-scheme").setup(require("nvim-paredit")) 336 336 end, 337 337 }, 338 - { "hiphish/rainbow-delimiters.nvim", priority = 1050, }, 338 + --{ "hiphish/rainbow-delimiters.nvim", priority = 1050, }, 339 339 -- Conjure, lisp is magical 340 340 { 341 341 "Olical/conjure",
+1
packages.nix
··· 86 86 # why wouldn't I want documentation on my system 87 87 man-pages 88 88 man-pages-posix 89 + linuxPackages_latest.perf 89 90 ]; 90 91 documentation.dev.enable = true; 91 92