about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2019-05-13 04:48:55 +0000
committerGitHub <noreply@github.com>2019-05-13 04:48:55 +0000
commitd7decccc2864968afa772e4b23606cee005f30e6 (patch)
treef78bb3d2b8fe216a194aa6a117f4584db030cc23 /nixos/modules
parent46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e (diff)
downloadnixlib-d7decccc2864968afa772e4b23606cee005f30e6.tar
nixlib-d7decccc2864968afa772e4b23606cee005f30e6.tar.gz
nixlib-d7decccc2864968afa772e4b23606cee005f30e6.tar.bz2
nixlib-d7decccc2864968afa772e4b23606cee005f30e6.tar.lz
nixlib-d7decccc2864968afa772e4b23606cee005f30e6.tar.xz
nixlib-d7decccc2864968afa772e4b23606cee005f30e6.tar.zst
nixlib-d7decccc2864968afa772e4b23606cee005f30e6.zip
nixos/pantheon: fix build with config.allowAliases=false
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index e1eeb32aa1a0..a861b122d5d9 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -190,7 +190,7 @@ in
       ]);
 
     fonts.fonts = with pkgs; [
-      opensans-ttf
+      open-sans
       roboto-mono
       pantheon.elementary-redacted-script # needed by screenshot-tool
     ];