Files
dotfiles/home/services/xdg.nix
uttarayan21 b20f0276ea
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s
chore: update flake.lock and home config files
2025-09-13 20:20:56 +05:30

13 lines
219 B
Nix

{pkgs, ...}: {
xdg.portal = {
enable = pkgs.stdenv.isLinux;
# config = {
#
# };
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
kdePackages.xdg-desktop-portal-kde
];
};
}