Fixing fonts, gpg-agent, clipboard, and other misc
This commit is contained in:
parent
f44ccff64f
commit
00cb1bbe74
7 changed files with 41 additions and 15 deletions
|
@ -19,6 +19,7 @@ let
|
|||
"dracula-theme"
|
||||
"wl-clipboard"
|
||||
"brightnessctl"
|
||||
"clipman"
|
||||
"powertop"
|
||||
"easyeffects"
|
||||
"mutt-wizard"
|
||||
|
@ -66,6 +67,7 @@ in
|
|||
"p7zip"
|
||||
"pinentry"
|
||||
"neofetch"
|
||||
"unzip"
|
||||
"wget"
|
||||
"zoxide"
|
||||
] pkgs)
|
||||
|
@ -123,5 +125,20 @@ in
|
|||
"nerdfonts"
|
||||
"ipafont"
|
||||
] pkgs;
|
||||
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
monospace = [
|
||||
"Noto Sans Mono"
|
||||
"IPAGothic"
|
||||
];
|
||||
sansSerif = [
|
||||
"Noto Sans"
|
||||
"IPAPGothic"
|
||||
];
|
||||
serif = [
|
||||
"Noto Serif"
|
||||
"IPAPMincho"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue