Tobias Geerinckx-Rice <[email protected]> writes: > Hi, > > Wow! This kmonad tutorial is the first time I see generic examples 'for > Linux' > that are silently Nix-specific, rather than, say, Debian. Ehm... > 'progress'...? > :-/
Yep it is not packaged for debian. > Guix System happens to use /run/current-system too, but does not aim to be > Nix-compatible. The Guix System equivalent would be > > /run/current-system/profile/bin/sleep > > (I don't know if you're running Guix System or whether 'pack' is just short > for package, not 'guix pack'.) > > However: if PATH is set correctly and kmonad supports it, I strongly > recommend just writing > > sleep 1 && setxkbmap ... > > instead. Otherwise, your configuration will work only on Guix System *and* > only > if you install setxkbmap system-wide, not with 'guix install. Many thanks, effectively I didn't notice that was not the path of my system. Once corrected it seems to work as expected. =)
