feat: trying out this new terminal font
This commit is contained in:
parent
655687c683
commit
d15dd3bb76
3 changed files with 5 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
myAutostartCommands = ["${pkgs.brightnessctl}/bin/brightnessctl s 64"];
|
||||
};
|
||||
myConfigLocation = "/home/${myUserName}/nix-conf";
|
||||
desktopFontFullName = "BlexMono Nerd Font";
|
||||
desktopFontFullName = "Monocraft Nerd Font";
|
||||
myAutostartCommands = [
|
||||
"fcitx5"
|
||||
"${pkgs.foot}/bin/foot --server -f \"${desktopFontFullName}:size=12\" -o colors.alpha=0.85"
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
clangd.enable = true;
|
||||
fsautocomplete.enable = true;
|
||||
gopls.enable = true;
|
||||
nil-ls.enable = true;
|
||||
nil_ls.enable = true;
|
||||
#nixd.enable = true;
|
||||
rust-analyzer = {
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installRustc = true;
|
||||
installCargo = true;
|
||||
};
|
||||
ts-ls.enable = true;
|
||||
ts_ls.enable = true;
|
||||
};
|
||||
keymaps.lspBuf = {
|
||||
"gd" = "definition";
|
||||
|
|
|
@ -27,5 +27,6 @@
|
|||
];
|
||||
}
|
||||
)
|
||||
monocraft
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue