From 5ba2d435d4dcf7c5ac9924dfbbc4dc90d33dafa5 Mon Sep 17 00:00:00 2001 From: chfour Date: Fri, 25 Jul 2025 00:30:45 +0200 Subject: [PATCH] vscodium options + the inter font that i both forgot to commit --- users/chfour/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/chfour/home.nix b/users/chfour/home.nix index 5a1ae7c..a1e019f 100644 --- a/users/chfour/home.nix +++ b/users/chfour/home.nix @@ -80,8 +80,12 @@ in { "workbench.colorTheme" = "Monokai"; "workbench.iconTheme" = "material-icon-theme"; "workbench.startupEditor" = "none"; + "window.titleBarStyle" = "native"; + "window.customTitleBarVisibility" = "never"; + "files.eol" = "\n"; "editor.cursorBlinking" = "phase"; + "clangd.path" = (lib.getOutput "bin" pkgs.clang-tools.overrideAttrs (old: { clang = pkgs.clang_multi; })) + "/bin/clangd"; # i guess? "cmake.configureOnOpen" = false; "mesonbuild.buildFolder" = "build"; @@ -150,6 +154,7 @@ in { # fonts noto-fonts + inter twitter-color-emoji fira terminus_font terminus_font_ttf -- 2.51.2