mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
Portals??
This commit is contained in:
parent
c7a9c274b3
commit
2ab6f27fa0
2 changed files with 6 additions and 1 deletions
|
|
@ -73,6 +73,12 @@
|
|||
i3.enable = lib.mkDefault false;
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
xdgOpenUsePortal = true;
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
};
|
||||
|
||||
# Configure pulseaudio
|
||||
hardware.graphics.enable32Bit = config.module.gaming.enable;
|
||||
hardware.pulseaudio.support32Bit = config.module.gaming.enable;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
xdg.portal.wlr.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue