add font settings
This commit is contained in:
parent
e97057cd66
commit
5a74c0f0c3
3 changed files with 14 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
eww
|
||||
mako
|
||||
polkit_gnome
|
||||
dconf
|
||||
|
||||
python3
|
||||
usbutils
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./font.nix
|
||||
./gtk.nix
|
||||
#./qt.nix
|
||||
];
|
||||
|
|
11
users/willifan/graphical/theme/font.nix
Normal file
11
users/willifan/graphical/theme/font.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, home-manager, ...}:
|
||||
{
|
||||
home-manager.users.willifan = {
|
||||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "jetbrains-mono" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue