chore: add correct portal to fischer

This commit is contained in:
Julien Malka 2024-08-09 17:00:53 +02:00
parent 77a2d02d9e
commit 69c1ca23ba
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -23,8 +23,6 @@
};
boot.initrd.systemd.enableTpm2 = true;
# Sound stuff
sound.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
@ -155,6 +153,10 @@
package = pkgs.unstable.hyprland;
portalPackage = pkgs.unstable.xdg-desktop-portal-hyprland;
};
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
system.stateVersion = "23.05";
}