diff --git a/nixos/modules/config/fonts/fonts.nix b/nixos/modules/config/fonts/fonts.nix index 16df197d87f..b6ec5c91695 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"