disabled incus
This commit is contained in:
parent
f0a93f457e
commit
add2152e3a
6 changed files with 42 additions and 21 deletions
|
@ -12,8 +12,12 @@
|
|||
# XDG Portal configuration for Wayland/X11 compatibility
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
config.common.default = "*";
|
||||
config.niri.default = ["wlr" "gtk"];
|
||||
};
|
||||
|
||||
# Display manager and session management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue