feat(services): add XDG portal configuration for desktop integration
This commit is contained in:
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