feat(wm): add gnome
This commit is contained in:
parent
e268bb5818
commit
483a29579d
1 changed files with 6 additions and 2 deletions
|
|
@ -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 = "*";
|
||||||
Loading…
Reference in a new issue