summary refs log tree commit diff
path: root/nixos/modules/config/fonts
diff options
context:
space:
mode:
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"