Bob van der Linden
Bob van der Linden
That looks useful. Would it also be intended for devenv inner workings? For instance when requirements.txt changes, run pip install in 'enterShell' when `languages.python.venv.requirements` is set?
Hmm, I hadn't used Just before, but it seems it cannot handle file dependencies. See https://github.com/casey/just/issues/867. This makes it less useful for cases like running pip when requirements.txt has changed....
@zimbatm do you think this is a good idea?
I'm using greetd and UWSM for hyprland: https://github.com/bobvanderlinden/nixos-config/blob/69fa4dcdeb637d3e92031c2d900ca4f0a2878e79/system/configuration.nix#L226-L241 `systemd.sessionVariables` is probably a good alternative within user-systemd, but I think since hyprland isn't started within the user-systemd it won't have these...
Interesting one. I see a few solutions: * Skip Nix when using --all and warn that Nix hasn't been removed * Warn that Nix has been removed with instructions on...