portals crap
This commit is contained in:
parent
f9371908d6
commit
6ae3521aff
4 changed files with 44 additions and 51 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue