feat(font): Use monaspace Krypton

This commit is contained in:
Uttarayan Mondal
2024-04-16 20:22:58 +05:30
parent 28c77e80cd
commit 5c68944f71
7 changed files with 15 additions and 10 deletions

View File

@@ -90,6 +90,7 @@ in {
cachix
fzf
(nerdfonts.override {fonts = ["Hasklig"];})
monaspace
pfetch-rs
hotedit
(pkgs.wrapMpv
@@ -275,8 +276,8 @@ in {
base_url = "https://pass.uttarayan.me";
pinentry =
if device.isMac
# then pkgs.pinentry_mac
then pkgs.pinentry-curses
then pkgs.pinentry_mac
# then pkgs.pinentry-curses
else pkgs.pinentry-gnome3;
};
};

View File

@@ -6,7 +6,8 @@
programs.kitty = {
enable = device.hasGui;
font = {
name = "Hasklug Nerd Font Mono";
# name = "Hasklug Nerd Font Mono";
name = "Monaspace Krypton Var Medium";
size = 13;
};
settings = {

View File

@@ -14,6 +14,7 @@
return {
term = "wezterm",
font = wezterm.font_with_fallback({
"Monaspace Krypton",
"Hasklug Nerd Font Mono",
"Symbols Nerd Font Mono"
}),
@@ -24,7 +25,7 @@
window_background_opacity = 0.8,
cursor_blink_rate = 8,
default_cursor_style = "BlinkingBlock",
default_prog = { "${pkgs.fish.outPath}/bin/fish", "-l" },
default_prog = { "${pkgs.fish}/bin/fish", "-l" },
window_padding = {
left = 2,
right = 0,