nixos/pantheon: add elementary-redacted-script to fonts

Needed by elementary-screenshot-tool to conceal text.
This commit is contained in:
worldofpeace 2019-02-28 18:51:54 -05:00
parent 86f4badc7d
commit 59f47088fb

View File

@ -184,6 +184,7 @@ in
fonts.fonts = with pkgs; [
opensans-ttf
roboto-mono
pantheon.elementary-redacted-script # needed by screenshot-tool
];
fonts.fontconfig.defaultFonts = {
monospace = [ "Roboto Mono" ];