mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 02:31:33 +01:00
Follow best practice for getting package executables
This commit is contained in:
parent
88f6309cd4
commit
a90b2ed9fd
4 changed files with 9 additions and 8 deletions
|
|
@ -161,7 +161,7 @@ in {
|
|||
|
||||
# Launch programs
|
||||
"$mod, RETURN, exec, $terminal"
|
||||
"$mod, V, exec, ${pkgs.cliphist}/bin/cliphist list | rofi -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"
|
||||
"$mod, V, exec, ${lib.getExe pkgs.cliphist} list | rofi -dmenu | ${lib.getExe pkgs.cliphist} decode | ${lib.getExe' pkgs.wl-clipboard "wl-copy"}"
|
||||
"$mod, B, exec, $browser"
|
||||
"$mod, F, exec, $fileManager"
|
||||
"$mod, C, exec, $editor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue