summary refs log tree commit diff
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
parent46b9e5c3d4a2fa8f69da8a7d913f6751c5ecb58e (diff)
downloadnixpkgs-d7decccc2864968afa772e4b23606cee005f30e6.tar
nixpkgs-d7decccc2864968afa772e4b23606cee005f30e6.tar.gz
nixpkgs-d7decccc2864968afa772e4b23606cee005f30e6.tar.bz2
nixpkgs-d7decccc2864968afa772e4b23606cee005f30e6.tar.lz
nixpkgs-d7decccc2864968afa772e4b23606cee005f30e6.tar.xz
nixpkgs-d7decccc2864968afa772e4b23606cee005f30e6.tar.zst
nixpkgs-d7decccc2864968afa772e4b23606cee005f30e6.zip
nixos/pantheon: fix build with config.allowAliases=false
-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 e1eeb32aa1a..a861b122d5d 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
     ];