summaryrefslogtreecommitdiff
path: root/hosts/common/desktop/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/desktop/common.nix')
-rw-r--r--hosts/common/desktop/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/common/desktop/common.nix b/hosts/common/desktop/common.nix
new file mode 100644
index 0000000..d0289b1
--- /dev/null
+++ b/hosts/common/desktop/common.nix
@@ -0,0 +1,4 @@
+{config, ...}: {
+ programs.xwayland.enable = true;
+ xdg.portal.enable = true;
+}