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