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"];
|
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"
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -27,5 +27,6 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
monocraft
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue