capitalized

wasnt aware
This commit is contained in:
alsaiduq-lab 2026-02-13 12:57:01 -07:00
parent cbc8ea9069
commit fd67cbdac3

View file

@ -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"];
};
}; };
}; };