Keep Roboto mono in some programs

This commit is contained in:
Johannes Rothe 2024-12-20 09:19:48 +01:00
parent 0267612512
commit fa03fd3be9
3 changed files with 6 additions and 3 deletions

View File

@ -22,7 +22,10 @@
silver-searcher silver-searcher
shellcheck shellcheck
sops sops
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [
"JetBrainsMono"
"RobotoMono"
]; })
]; ];
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;

View File

@ -39,7 +39,7 @@
programs.rofi = { programs.rofi = {
enable = true; enable = true;
font = "JetBrains Mono Nerd Font 10"; font = "Roboto Mono Nerd Font 10";
theme = "Arc-Dark"; theme = "Arc-Dark";
}; };

View File

@ -1,7 +1,7 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: JetBrains Mono Nerd Font; font-family: Roboto Mono Nerd Font;
font-size: 14px; font-size: 14px;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;