Forgot XDG module
This commit is contained in:
parent
13ad21f74c
commit
e71fee8852
1 changed files with 13 additions and 0 deletions
13
modules/xdg/default.nix
Normal file
13
modules/xdg/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
xdg = {
|
||||||
|
portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal-wlr
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
];
|
||||||
|
gtkUsePortal = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
services.pipewire.enable = true;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue