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;
};
};