my nixos config
0
fork

Configure Feed

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

vscodium options + the inter font that i both forgot to commit

chfour 5ba2d435 47e78e52

+5
+5
users/chfour/home.nix
··· 80 80 "workbench.colorTheme" = "Monokai"; 81 81 "workbench.iconTheme" = "material-icon-theme"; 82 82 "workbench.startupEditor" = "none"; 83 + "window.titleBarStyle" = "native"; 84 + "window.customTitleBarVisibility" = "never"; 85 + 83 86 "files.eol" = "\n"; 84 87 "editor.cursorBlinking" = "phase"; 88 + 85 89 "clangd.path" = (lib.getOutput "bin" pkgs.clang-tools.overrideAttrs (old: { clang = pkgs.clang_multi; })) + "/bin/clangd"; # i guess? 86 90 "cmake.configureOnOpen" = false; 87 91 "mesonbuild.buildFolder" = "build"; ··· 150 154 151 155 # fonts 152 156 noto-fonts 157 + inter 153 158 twitter-color-emoji 154 159 fira 155 160 terminus_font terminus_font_ttf