puter/classes/headful/gtk.nix

6 lines
109 B
Nix
Raw Normal View History

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