Migrate aspi host config
This commit is contained in:
13
hosts/common/optional/xdg-portal.nix
Normal file
13
hosts/common/optional/xdg-portal.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
xdg.portal.config.common.default = "*"; # Use first portal implementation found
|
||||
# hyprland desktop portal added automatically
|
||||
}
|
Reference in New Issue
Block a user