feat: Change fonts and update

This commit is contained in:
Uttarayan Mondal
2024-04-27 17:17:50 +05:30
parent d90f886980
commit fe00addf7c
10 changed files with 468 additions and 149 deletions

View File

@@ -68,6 +68,7 @@ in {
pkg-config
devenv
sleek
openapi-tui
# Misc
qmk
@@ -89,8 +90,9 @@ in {
dust
cachix
fzf
(nerdfonts.override {fonts = ["Hasklig"];})
(nerdfonts.override {fonts = ["FiraCode" "Hasklig" "NerdFontsSymbolsOnly"];})
monaspace
hasklig
pfetch-rs
hotedit
(pkgs.wrapMpv

View File

@@ -6,7 +6,8 @@
programs.kitty = {
enable = device.hasGui;
font = {
name = "Hasklug Nerd Font Mono";
name = "FiraCode Nerd Font Mono";
# name = "Hasklug Nerd Font Mono";
# name = "Monaspace Krypton Var Light";
size = 13;
};
@@ -15,8 +16,7 @@
background = "#000000";
shell = "${pkgs.fish}/bin/fish";
hide_window_decorations = "yes";
# font_family = "Hasklug Nerd Font Mono";
# font_size = 13.0;
symbol_map = "U+22c4 Symbols Nerd Font Mono";
};
shellIntegration.enableFishIntegration = true;
darwinLaunchOptions = [