puter/classes/headful/gtk.nix
2025-03-01 22:21:00 +01:00

6 lines
96 B
Nix

{
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
programs.dconf.enable = true;
}