puter/classes/headful/gtk.nix

6 lines
96 B
Nix
Raw Normal View History

2025-03-01 21:21:00 +00:00
{
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
programs.dconf.enable = true;
}