capitalized
wasnt aware
This commit is contained in:
parent
cbc8ea9069
commit
fd67cbdac3
1 changed files with 5 additions and 7 deletions
|
|
@ -8,14 +8,12 @@
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
extraPortals = with pkgs; [
|
||||||
|
xdg-desktop-portal-hyprland
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
];
|
||||||
config = {
|
config = {
|
||||||
common = {
|
Hyprland.default = [ "hyprland" "gtk" ];
|
||||||
default = ["hyprland" "gtk"];
|
|
||||||
};
|
|
||||||
hyprland = {
|
|
||||||
default = ["hyprland" "gtk"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue