This commit is contained in:
alsaiduq-lab 2026-01-15 13:45:39 -07:00
parent 849cae10fa
commit 008b2f6ab5
6 changed files with 21 additions and 41 deletions

View file

@ -3,7 +3,6 @@
programs.hyprland = {
enable = true;
package = pkgs.hyprland;
xwayland.enable = true;
};
@ -12,12 +11,10 @@
extraPortals = [pkgs.xdg-desktop-portal-gtk];
config = {
common = {
default = ["gtk"];
default = ["hyprland" "gtk"];
};
hyprland = {
default = ["gtk"];
"org.freedesktop.impl.portal.ScreenCast" = ["hyprland"];
"org.freedesktop.impl.portal.Screenshot" = ["hyprland"];
default = ["hyprland" "gtk"];
};
};
};