forked from nico/dots
desktop: move polkit and xdg portals out of hyprland module
This commit is contained in:
parent
a77580ed1a
commit
3d11b83899
3 changed files with 27 additions and 22 deletions
|
|
@ -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 ];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue