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;