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.

Don't use luacheck, nvim plugins no like

-1
-1
default.nix
··· 10 10 hooks = { 11 11 nixpkgs-fmt.enable = true; 12 12 nil.enable = true; 13 - luacheck.enable = true; 14 13 }; 15 14 }; 16 15 }