feat(wm): add gnome

This commit is contained in:
etwas 2025-01-09 22:37:25 +01:00
parent e268bb5818
commit 483a29579d
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -216,6 +216,8 @@
}; };
}; };
services.xserver.desktopManager.gnome.enable = true;
xdg = { xdg = {
userDirs = { userDirs = {
enable = true; enable = true;
@ -228,8 +230,10 @@
xdgOpenUsePortal = true; xdgOpenUsePortal = true;
extraPortals = [ extraPortals = lib.mkForce [
pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-gtk # For both
pkgs.xdg-desktop-portal-hyprland # For Hyprland
pkgs.xdg-desktop-portal-gnome # For GNOME
]; ];
config.common.default = "*"; config.common.default = "*";