Remove redundant ~/.fonts element from the font search path
This commit is contained in:
parent
8dc287b88c
commit
d6c2dcd98c
@ -11,8 +11,6 @@ with lib;
|
|||||||
# TODO: find another name for it.
|
# TODO: find another name for it.
|
||||||
fonts = mkOption {
|
fonts = mkOption {
|
||||||
default = [
|
default = [
|
||||||
# - the user's .fonts directory
|
|
||||||
"~/.fonts"
|
|
||||||
# - the user's current profile
|
# - the user's current profile
|
||||||
"~/.nix-profile/lib/X11/fonts"
|
"~/.nix-profile/lib/X11/fonts"
|
||||||
"~/.nix-profile/share/fonts"
|
"~/.nix-profile/share/fonts"
|
||||||
|
Loading…
Reference in New Issue
Block a user