mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-05-06 11:02:20 +02:00
feat: move from extraPortals -> configPortals for xdg
This commit is contained in:
parent
52a61598c5
commit
51c5cb6847
1 changed files with 4 additions and 4 deletions
|
|
@ -10,12 +10,12 @@
|
|||
};
|
||||
|
||||
xdg.portal = {
|
||||
configPackages = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
# extraPortals = [
|
||||
# pkgs.xdg-desktop-portal-hyprland
|
||||
# ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue