summaryrefslogtreecommitdiff
path: root/hosts/common/desktop/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-25 23:55:57 -0500
committerseth <[email protected]>2023-01-26 03:50:11 -0500
commitbfa889aef9f82eb853a5b37ebe7fdbd8d5ecdc34 (patch)
treec684c7a090b1f42f2623639f1967d6494ac05bef /hosts/common/desktop/default.nix
parent6b126efdb4cf0b88f085c3f325fc6fd362268f19 (diff)
finish up refactor + add glados host
thanks replaycoding uwu
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;
+}