portals crap

This commit is contained in:
atagen 2024-09-20 08:53:28 +10:00
parent f9371908d6
commit 6ae3521aff
4 changed files with 44 additions and 51 deletions

View file

@ -35,7 +35,8 @@ in {
# # also figure out how cosmic detects default terminal
# };
portal = let
xdg-cosmic = pkgs.xdg-desktop-portal-cosmic;
cosmic = pkgs.xdg-desktop-portal-cosmic;
gtk = pkgs.xdg-desktop-portal-gtk;
in {
enable = true;
config = {
@ -46,10 +47,12 @@ in {
};
};
configPackages = [
xdg-cosmic
cosmic
gtk
];
extraPortals = [
xdg-cosmic
cosmic
gtk
];
};
};