puter/class/desktop/gtk.nix

8 lines
117 B
Nix
Raw Normal View History

2024-02-04 20:51:11 +00:00
{pkgs, ...}: {
xdg.portal.extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
programs.dconf.enable = true;
}