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