feat(services): add XDG portal configuration for desktop integration
This commit is contained in:
@@ -10,5 +10,6 @@
|
|||||||
./gui.nix
|
./gui.nix
|
||||||
./eww.nix
|
./eww.nix
|
||||||
./hyprmon.nix
|
./hyprmon.nix
|
||||||
|
./xdg.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
12
home/services/xdg.nix
Normal file
12
home/services/xdg.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
# config = {
|
||||||
|
#
|
||||||
|
# };
|
||||||
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal-hyprland
|
||||||
|
kdePackages.xdg-desktop-portal-kde
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user