summaryrefslogtreecommitdiff
path: root/hosts/common/desktop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/desktop/default.nix')
-rw-r--r--hosts/common/desktop/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/common/desktop/default.nix b/hosts/common/desktop/default.nix
index 74faa77..7199859 100644
--- a/hosts/common/desktop/default.nix
+++ b/hosts/common/desktop/default.nix
@@ -1,5 +1,6 @@
{lib, ...}: {
+ environment.noXlibs = lib.mkForce false;
programs.xwayland.enable = true;
+ services.xserver.enable = true;
xdg.portal.enable = true;
- environment.noXlibs = lib.mkForce false;
}