Additionally add the gtk desktop portal
This fixes the file picker for steam
This commit is contained in:
parent
5de9830ed9
commit
e7e3a61b18
1 changed files with 7 additions and 0 deletions
|
@ -32,5 +32,12 @@
|
|||
# TODO: switch out the display manager for a tui based one
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue