summaryrefslogtreecommitdiff
path: root/hosts/common/desktop/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-27 19:00:57 -0500
committerseth <[email protected]>2023-01-27 19:00:57 -0500
commit41c65ffeee4edccb2855c7736b5761a3f27583a3 (patch)
tree7478ae8ec5fd12dc5a30851d79dc70d73f7bdbd8 /hosts/common/desktop/default.nix
parent59c1c77eabb8a299eacde600ff0992789f4c25bc (diff)
add profile for plasma + use firefox by default
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;
}