feat: Change fonts and update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user