1
Fork 0

Additionally add the gtk desktop portal

This fixes the file picker for steam
This commit is contained in:
caem 2024-05-24 22:47:23 +02:00
parent 5de9830ed9
commit e7e3a61b18
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -32,5 +32,12 @@
# TODO: switch out the display manager for a tui based one # TODO: switch out the display manager for a tui based one
services.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true; services.displayManager.sddm.wayland.enable = true;
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
};
} }