diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index e2733402..1d71bfcd 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -49,12 +49,6 @@ in }; }; - environment = { - sessionVariables = { - LIBGL_ALWAYS_SOFTWARE = "true"; - }; - }; - programs = { calls.enable = true; };