Personal-use NixOS configuration
0
fork

Configure Feed

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

Configure nil better

encode42 2e905f7c 67bfa264

+11
+11
homes/encode42/desktop/zed.nix
··· 58 58 }; 59 59 60 60 lsp = { 61 + nil.settings = { 62 + nix = { 63 + maxMemoryMb = 8192; 64 + 65 + flake = { 66 + autoArchive = true; 67 + autoEvalInputs = true; 68 + }; 69 + }; 70 + }; 71 + 61 72 biome.binary = { 62 73 path = lib.getExe biomePackage; 63 74