Fix fonts
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
@@ -35,6 +36,9 @@
|
||||
ubuntu_font_family
|
||||
];
|
||||
|
||||
fontDir.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
steam = {
|
||||
enable = true;
|
||||
|
||||
@@ -41,15 +41,13 @@
|
||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "",
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " MUTED",
|
||||
"format-icons": {
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"max-volume": 100,
|
||||
|
||||
@@ -23,7 +23,7 @@ window#waybar {
|
||||
* {
|
||||
border: none;
|
||||
min-height: 0;
|
||||
font-family: "Font Awesome";
|
||||
font-family: "Iosevka Nerd Font Propo", "Font Awesome";
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
package = pkgs.iosevka;
|
||||
name = "Iosevka Nerd Font Complete";
|
||||
name = "Iosevka Nerd Font";
|
||||
};
|
||||
settings = {
|
||||
"include" = "catppuccin.conf";
|
||||
@@ -14,8 +13,6 @@
|
||||
"cursor_shape" = "underline";
|
||||
"cursor_blink_interval" = 0;
|
||||
|
||||
"bold_font" = "Iosevka Nerd Font Complete Bold";
|
||||
|
||||
"disable_ligatures" = "always";
|
||||
|
||||
"enable_audio_bell" = "no";
|
||||
|
||||
Reference in New Issue
Block a user