From d6c2dcd98cd822e88c31eb7732209714a043dac4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 29 Apr 2014 12:14:51 +0200 Subject: Remove redundant ~/.fonts element from the font search path --- nixos/modules/config/fonts/fonts.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/config/fonts/fonts.nix b/nixos/modules/config/fonts/fonts.nix index 16df197d87f3..b6ec5c916955 100644 --- a/nixos/modules/config/fonts/fonts.nix +++ b/nixos/modules/config/fonts/fonts.nix @@ -11,8 +11,6 @@ with lib; # TODO: find another name for it. fonts = mkOption { default = [ - # - the user's .fonts directory - "~/.fonts" # - the user's current profile "~/.nix-profile/lib/X11/fonts" "~/.nix-profile/share/fonts" -- cgit 1.4.1