You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when opening any terminal inside bspwn using sxhkd the path don't include system path, just the user path.
Steps to reproduce
with the following config:
login to the user
press Super + enter
kitty launch
launch the command tree (it work)
launch the command vim or nix-shell (the console respond with a not found command)
configuration.nix
{config,pkgs,lib, ... }:
{services.xserver={enable=true;displayManager.lightdm.enable=true;displayManager.defaultSession="none+bspwm";windowManager.bspwm.enable=true;};environment.systemPackages=withpkgs;[vimhome-manager];system.stateVersion="21.05";# Did you read the comment?}
I won't have time to look into this before a couple of days, but right away this looks like the issue that was fixed by #1892, so the observed behaviour is strange.
Running with nixos-rebuild build-vm -I nixpkgs=/path/to/nixpkgs-master -I home-manager=/path/to/hm-master -I nixos-config=vm.nix && ./result/bin/run-nixos-vm, I can spawn a terminal and run vim or nix-shell in it just fine.
Are you able to provide a minimal non-working example VM?
I use fish as default shell and this is broken in previous home manager version (work find with master branch).
I use the home-manager from the nixpkgs as describe in my first message.
But the home-manager package in the master branch of nixpkgs is out to date by 6 months.
Is there an existing issue for this?
Issue description
Desciption
when opening any terminal inside
bspwn
usingsxhkd
the path don't include system path, just the user path.Steps to reproduce
with the following config:
Super
+enter
kitty
launchtree
(it work)vim
ornix-shell
(the console respond with a not found command)configuration.nix
home.nix
Expected behavior
that then program installed using nixos configuration file be accessible under program launch under bspwm
Maintainer CC
@ncfavier
System information
The text was updated successfully, but these errors were encountered: