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.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/common/desktop/default.nix b/hosts/common/desktop/default.nix
new file mode 100644
index 0000000..d5cc99f
--- /dev/null
+++ b/hosts/common/desktop/default.nix
@@ -0,0 +1,9 @@
+{
+ config,
+ lib,
+ ...
+}: {
+ programs.xwayland.enable = true;
+ xdg.portal.enable = true;
+ environment.noXlibs = lib.mkForce false;
+}