sway: treat fontconfig as an ordinary sane.programs

This commit is contained in:
Colin 2024-02-21 22:08:45 +00:00
parent 7b299176e3
commit 7ecebd7521

View File

@ -108,6 +108,7 @@ in
"blueberry" # GUI bluetooth manager
"brightnessctl"
"conky" # for a nice background
"fontconfig"
"fuzzel"
# "gnome.gnome-bluetooth" # XXX(2023/05/14): broken
# "gnome.gnome-control-center" # XXX(2023/06/28): depends on webkitgtk4_1
@ -186,7 +187,6 @@ in
}
(lib.mkIf cfg.enable {
sane.programs.fontconfig.enableFor.system = true;
sane.programs.sway.enableFor.user.colin = true;
sane.gui.gtk.enable = lib.mkDefault true;