about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-28 18:51:54 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-04 14:11:15 -0500
commit59f47088fb2bab57c6a8fef94eba52c4984a2f9a (patch)
tree9f8d410e4779993b45cea6514366c733564256e5 /nixos
parent86f4badc7d69fb1d7efd1b523e5102918ccf0a96 (diff)
downloadnixlib-59f47088fb2bab57c6a8fef94eba52c4984a2f9a.tar
nixlib-59f47088fb2bab57c6a8fef94eba52c4984a2f9a.tar.gz
nixlib-59f47088fb2bab57c6a8fef94eba52c4984a2f9a.tar.bz2
nixlib-59f47088fb2bab57c6a8fef94eba52c4984a2f9a.tar.lz
nixlib-59f47088fb2bab57c6a8fef94eba52c4984a2f9a.tar.xz
nixlib-59f47088fb2bab57c6a8fef94eba52c4984a2f9a.tar.zst
nixlib-59f47088fb2bab57c6a8fef94eba52c4984a2f9a.zip
nixos/pantheon: add elementary-redacted-script to fonts
Needed by elementary-screenshot-tool to conceal text.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index 0f49439bf7c8..1f5a8b18d790 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -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" ];