This commit is contained in:
MichaelFisher1997
2025-06-29 00:11:18 +01:00
parent 94b8e38312
commit 5e06d3a148
2 changed files with 16 additions and 11 deletions

View File

@@ -104,10 +104,15 @@
# XDG Portals Configuration for Wayland
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
];
config.common.default = ["hyprland"];
};
# Disable GNOME desktop services that might conflict
services.gnome.gnome-keyring.enable = false;
services.gnome.gnome-online-accounts.enable = false;
#xdg.portal = {
# enable = true;
# hyprland.enable = true;