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.
This commit is contained in:
parent
93754aa8c8
commit
9398f2fe7d
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue