puter/classes/headful/gtk.nix
2025-03-09 16:37:21 +01:00

6 lines
109 B
Nix

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