From 9398f2fe7de8de3f7b53747642954ff82270e0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Nov 2024 11:46:04 -0500 Subject: [PATCH] See if we can get stupid Slack to work It really is brittle and dumb; it says it will log me in with a browser and then go back to the app, but it cannot launch the app so it cannot do anything at all. --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 7b25d56..dd96bb6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,6 +83,10 @@ ]; environment.pathsToLink = [ "/share/fish" ]; + # Needed for Slack but probably helps other stuff too. + # See https://wiki.nixos.org/wiki/Slack + environment.sessionVariables.NIXOS_OZONE_WL = "1"; + # Make it possible for ddev to modify the /etc/hosts file. # Otherwise you'll have to manually change the # hosts configuration after creating a new ddev project.