fix: add dconf configuration to hyprland default setup

This commit is contained in:
Ceferino Patino 2026-04-30 09:52:20 -05:00
commit 1dc0c022a9
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -15,9 +15,13 @@ in {
};
config = mkIf cfg.enable {
programs.hyprland = {
enable = true;
xwayland.enable = true;
programs = {
hyprland = {
enable = true;
xwayland.enable = true;
};
dconf.enable = true;
};
xdg.portal = {