mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +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
|
nerdfonts
|
||||||
kanji-stroke-order-font
|
kanji-stroke-order-font
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
|
aleo-fonts
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
@ -214,7 +214,6 @@ in
|
|||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
"/share/backgrounds"
|
"/share/backgrounds"
|
||||||
"/share/eww"
|
"/share/eww"
|
||||||
"/share/fonts"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user