From 5ef707ba9b65cedf432257a859163307cd1e4928 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 26 Nov 2023 13:10:41 +0100 Subject: [PATCH] revert to xwayland for electron to fix spotify csd --- modules/system/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/system/default.nix b/modules/system/default.nix index 6d88324..cabb47e 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -75,9 +75,6 @@ #jack.enable = true; }; - # Set electron apps to use wayland - environment.sessionVariables.NIXOS_OZONE_WL = "1"; - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.twoneis = { isNormalUser = true;