From 783b0263bf6a999b6a02a3459a771b88263f2af6 Mon Sep 17 00:00:00 2001 From: anand Date: Wed, 14 Jan 2026 21:16:54 +0530 Subject: dont remember --- configuration.nix | 2 ++ home.nix | 10 ++++++++++ nvim/lsp/clangd.lua | 3 --- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index b44e5b1..5b6a82e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -141,6 +141,8 @@ fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono + corefonts + vista-fonts ]; fonts.fontconfig = { diff --git a/home.nix b/home.nix index c61be54..bb3053c 100755 --- a/home.nix +++ b/home.nix @@ -98,6 +98,7 @@ in imv libreoffice godot + mgba ]; xdg.configFile = builtins.mapAttrs (name: subpath: { @@ -105,6 +106,15 @@ in recursive = true; }) configs; + xdg.terminal-exec = { + enable = true; + settings = { + default = [ + "org.wezfurlong.wezterm.desktop" + ]; + }; + }; + home.sessionVariables = { EDITOR = "nvim"; }; diff --git a/nvim/lsp/clangd.lua b/nvim/lsp/clangd.lua index 08544d0..a444377 100755 --- a/nvim/lsp/clangd.lua +++ b/nvim/lsp/clangd.lua @@ -72,9 +72,6 @@ return { 'configure.ac', -- AutoTools '.git', }, - init_options = { - fallbackFlags = { '--std=c++23' } - }, capabilities = { textDocument = { completion = { -- cgit v1.2.3