Use JetBrains Mono font
This commit is contained in:
parent
72e9bd5b29
commit
61f5b5876d
@ -22,7 +22,7 @@
|
|||||||
silver-searcher
|
silver-searcher
|
||||||
shellcheck
|
shellcheck
|
||||||
sops
|
sops
|
||||||
(nerdfonts.override { fonts = [ "RobotoMono" ]; })
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||||
];
|
];
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
font = "Roboto Mono Nerd Font:size=10";
|
font = "JetBrains Mono Nerd Font:size=10";
|
||||||
dpi-aware = "no";
|
dpi-aware = "no";
|
||||||
};
|
};
|
||||||
# nordiq from https://codeberg.org/dnkl/foot/src/branch/master/themes/
|
# nordiq from https://codeberg.org/dnkl/foot/src/branch/master/themes/
|
||||||
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = "Roboto Mono Nerd Font 10";
|
font = "JetBrains Mono Nerd Font 10";
|
||||||
theme = "Arc-Dark";
|
theme = "Arc-Dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: Roboto Mono Nerd Font;
|
font-family: JetBrains Mono Nerd Font;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user