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 = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-hyprland
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
config = {
|
||||
common = {
|
||||
default = ["hyprland" "gtk"];
|
||||
};
|
||||
hyprland = {
|
||||
default = ["hyprland" "gtk"];
|
||||
};
|
||||
Hyprland.default = [ "hyprland" "gtk" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue