refactor(hosts/orion): improve graphical handling of xdg portal

This commit is contained in:
Price Hiller 2024-10-03 03:39:25 -05:00
parent 51dc9a091f
commit fa95a34f68
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -20,13 +20,7 @@
};
xdg = {
autostart.enable = true;
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal
xdg-desktop-portal-gtk
];
};
portal.enable = true;
};
hardware.graphics = {
enable = true;