Ayoub Eddaoudi
Ayoub Eddaoudi
At this line. https://github.com/smravec/nixos-config/blob/f32f40ad80b38222493df36b4e59d79484e44def/nixos/wayland/window-manager.nix#L10C10-L10C10 i guess the command name `dbus-update-activation-enviroment` should be `dbus-update-activation-environment`.
**Describe the bug** unable to load a .env in a sub directory **To reproduce** ```nix dotenv = { enable = true; filename = [ "subdir/.env" ]; }; ``` bug in...
**Describe the bug** am using devenv with direnv integration. when updating `.env` devenv doesn't rebuild. **To reproduce** create a dummy `.env` with a couple of envs. enable `dotenv`. ```nix ......