mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
meta: Drop /share/fonts pathsToLink
Shouldn't be necessary with the usage of fonts.packages.
This commit is contained in:
parent
63624f2fbb
commit
1173e8483b
@ -139,6 +139,7 @@ in
|
||||
nerdfonts
|
||||
kanji-stroke-order-font
|
||||
liberation_ttf
|
||||
aleo-fonts
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
|
@ -214,7 +214,6 @@ in
|
||||
environment.pathsToLink = [
|
||||
"/share/backgrounds"
|
||||
"/share/eww"
|
||||
"/share/fonts"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user