desktop: move polkit and xdg portals out of hyprland module

This commit is contained in:
Nico 2025-05-29 22:56:36 +10:00
parent a77580ed1a
commit 3d11b83899
3 changed files with 27 additions and 22 deletions

View file

@ -5,8 +5,14 @@
./pipewire.nix
./flatpak.nix
./fonts.nix
./polkit-gtk.nix
];
# Enable font dir for compatability
fonts.fontDir.enable = true;
# enable desktop portals
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
}