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, 0 insertions, 4 deletions
diff --git a/hosts/common/desktop/common.nix b/hosts/common/desktop/common.nix
deleted file mode 100644
index d0289b1..0000000
--- a/hosts/common/desktop/common.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{config, ...}: {
- programs.xwayland.enable = true;
- xdg.portal.enable = true;
-}