mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Simplify fonts
This commit is contained in:
@@ -37,17 +37,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts.enableDefaultFonts = true;
|
||||||
fonts = with pkgs; [
|
|
||||||
noto-fonts
|
|
||||||
noto-fonts-emoji
|
|
||||||
noto-fonts-cjk-sans
|
|
||||||
nerdfonts
|
|
||||||
roboto
|
|
||||||
jetbrains-mono
|
|
||||||
open-sans
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
users.users.thiloho = {
|
users.users.thiloho = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
@@ -121,9 +111,7 @@
|
|||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: "Open Sans";
|
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
@@ -186,25 +174,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window.opacity = 0.75;
|
window.opacity = 0.75;
|
||||||
font = {
|
font.size = 11.00;
|
||||||
normal = {
|
|
||||||
family = "JetBrainsMono";
|
|
||||||
style = "regular";
|
|
||||||
};
|
|
||||||
bold = {
|
|
||||||
family = "JetBrainsMono";
|
|
||||||
style = "regular";
|
|
||||||
};
|
|
||||||
italic = {
|
|
||||||
family = "JetBrainsMono";
|
|
||||||
style = "regular";
|
|
||||||
};
|
|
||||||
bold_italic = {
|
|
||||||
family = "JetBrainsMono";
|
|
||||||
style = "regular";
|
|
||||||
};
|
|
||||||
size = 11.00;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user