summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-09 11:03:37 -0500
committerGitHub <noreply@github.com>2019-03-09 11:03:37 -0500
commitfa64c63fa044c6173bd455e7857b9851b41df1ce (patch)
tree0cf38833242ae29ad852307e839fe5fc6fc3b95c /nixos
parentd7f6cdeda4ea942b556677e1a590edd203c0c646 (diff)
parent59f47088fb2bab57c6a8fef94eba52c4984a2f9a (diff)
downloadnixpkgs-fa64c63fa044c6173bd455e7857b9851b41df1ce.tar
nixpkgs-fa64c63fa044c6173bd455e7857b9851b41df1ce.tar.gz
nixpkgs-fa64c63fa044c6173bd455e7857b9851b41df1ce.tar.bz2
nixpkgs-fa64c63fa044c6173bd455e7857b9851b41df1ce.tar.lz
nixpkgs-fa64c63fa044c6173bd455e7857b9851b41df1ce.tar.xz
nixpkgs-fa64c63fa044c6173bd455e7857b9851b41df1ce.tar.zst
nixpkgs-fa64c63fa044c6173bd455e7857b9851b41df1ce.zip
Merge pull request #56552 from worldofpeace/elementary-screenshot-tool/fix-conceal-text
pantheon.elementary-screenshot-tool: fix 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 31bbbd55829..dd901d98f61 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -185,6 +185,7 @@ in
     fonts.fonts = with pkgs; [
       opensans-ttf
       roboto-mono
+      pantheon.elementary-redacted-script # needed by screenshot-tool
     ];
     fonts.fontconfig.defaultFonts = {
       monospace = [ "Roboto Mono" ];