forked from Shinonome/dots-hyprland
Enable fontconfig in home.nix (#2384)
This commit is contained in:
@@ -18,10 +18,9 @@
|
|||||||
# "org.freedesktop.impl.portal.ScreenCast" = [ "gnome" ];
|
# "org.freedesktop.impl.portal.ScreenCast" = [ "gnome" ];
|
||||||
#};
|
#};
|
||||||
};
|
};
|
||||||
# TODO: The following seems to generate ~/.config/fontconfig conflicting with the one under dots/
|
# Note: The following generate files under ~/.config/fontconfig/conf.d/
|
||||||
# However, fontconfig may rely on this to properly find fonts installed via Nix.
|
# fontconfig may rely on this to properly find fonts installed via Nix.
|
||||||
# Need a proper way to deal with it.
|
fonts.fontconfig.enable = true;
|
||||||
#fonts.fontconfig.enable = true;
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
## Make sure home-manager not generate ~/.config/hypr/hyprland.conf
|
## Make sure home-manager not generate ~/.config/hypr/hyprland.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user