feat(font): Use monaspace Krypton
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user