summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/fonts
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-29 12:14:51 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-29 12:27:03 +0200
commitd6c2dcd98cd822e88c31eb7732209714a043dac4 (patch)
treede531b19d4f85e8d8933f768b032b9cd1a6cdd26 /nixos/modules/config/fonts
parent8dc287b88c7adeeda1c08345cc0ce7fce7ba536a (diff)
Remove redundant ~/.fonts element from the font search path
Diffstat (limited to 'nixos/modules/config/fonts')
-rw-r--r--nixos/modules/config/fonts/fonts.nix2
1 files changed, 0 insertions, 2 deletions
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"