my nixos config
0
fork

Configure Feed

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

one (1) vscode option

chfour 442f8650 ea6e6a77

+1
+1
users/chfour/home.nix
··· 78 78 "editor.minimap.enabled" = false; 79 79 "workbench.colorTheme" = "Monokai"; 80 80 "workbench.iconTheme" = "material-icon-theme"; 81 + "workbench.startupEditor" = "none"; 81 82 "files.eol" = "\n"; 82 83 "editor.cursorBlinking" = "phase"; 83 84 "clangd.path" = (lib.getOutput "bin" pkgs.clang-tools.overrideAttrs (old: { clang = pkgs.clang_multi; })) + "/bin/clangd"; # i guess?