nixos/plasma5: set default fonts for Plasma desktop
This commit is contained in:
parent
9aed6ccb4b
commit
42cf524f2d
@ -196,6 +196,11 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [ noto-fonts hack-font ];
|
fonts.fonts = with pkgs; [ noto-fonts hack-font ];
|
||||||
|
fonts.fontconfig.defaultFonts = {
|
||||||
|
monospace = [ "Hack" "Noto Mono" ];
|
||||||
|
sansSerif = [ "Noto Sans" ];
|
||||||
|
serif = [ "Noto Serif" ];
|
||||||
|
};
|
||||||
|
|
||||||
programs.ssh.askPassword = "${plasma5.ksshaskpass.out}/bin/ksshaskpass";
|
programs.ssh.askPassword = "${plasma5.ksshaskpass.out}/bin/ksshaskpass";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user