feat: trying out this new terminal font

This commit is contained in:
Zhongheng Liu 2024-10-22 18:40:40 +03:00
commit d15dd3bb76
Signed by: steven
GPG key ID: DC8F48E7B4C40905
3 changed files with 5 additions and 4 deletions

View file

@ -32,7 +32,7 @@
myAutostartCommands = ["${pkgs.brightnessctl}/bin/brightnessctl s 64"]; myAutostartCommands = ["${pkgs.brightnessctl}/bin/brightnessctl s 64"];
}; };
myConfigLocation = "/home/${myUserName}/nix-conf"; myConfigLocation = "/home/${myUserName}/nix-conf";
desktopFontFullName = "BlexMono Nerd Font"; desktopFontFullName = "Monocraft Nerd Font";
myAutostartCommands = [ myAutostartCommands = [
"fcitx5" "fcitx5"
"${pkgs.foot}/bin/foot --server -f \"${desktopFontFullName}:size=12\" -o colors.alpha=0.85" "${pkgs.foot}/bin/foot --server -f \"${desktopFontFullName}:size=12\" -o colors.alpha=0.85"

View file

@ -8,14 +8,14 @@
clangd.enable = true; clangd.enable = true;
fsautocomplete.enable = true; fsautocomplete.enable = true;
gopls.enable = true; gopls.enable = true;
nil-ls.enable = true; nil_ls.enable = true;
#nixd.enable = true; #nixd.enable = true;
rust-analyzer = { rust_analyzer = {
enable = true; enable = true;
installRustc = true; installRustc = true;
installCargo = true; installCargo = true;
}; };
ts-ls.enable = true; ts_ls.enable = true;
}; };
keymaps.lspBuf = { keymaps.lspBuf = {
"gd" = "definition"; "gd" = "definition";

View file

@ -27,5 +27,6 @@
]; ];
} }
) )
monocraft
]; ];
} }