nixos/plasma5: set default fonts for Plasma desktop

This commit is contained in:
Thomas Tuegel 2017-03-04 14:50:15 -06:00
parent 9aed6ccb4b
commit 42cf524f2d
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -196,6 +196,11 @@ in
};
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";