Keep Roboto mono in some programs
This commit is contained in:
parent
0267612512
commit
fa03fd3be9
@ -22,7 +22,10 @@
|
||||
silver-searcher
|
||||
shellcheck
|
||||
sops
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
(nerdfonts.override { fonts = [
|
||||
"JetBrainsMono"
|
||||
"RobotoMono"
|
||||
]; })
|
||||
];
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
font = "JetBrains Mono Nerd Font 10";
|
||||
font = "Roboto Mono Nerd Font 10";
|
||||
theme = "Arc-Dark";
|
||||
};
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: JetBrains Mono Nerd Font;
|
||||
font-family: Roboto Mono Nerd Font;
|
||||
font-size: 14px;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user