This commit is contained in:
randomuser 2024-02-05 17:16:18 -06:00
parent 7a5220d5d8
commit 6e41fc9cca
2 changed files with 23 additions and 5 deletions

View File

@ -17,6 +17,7 @@
, ytfzf
, xrandr
, svkbd
, libsForQt5
}:
stdenv.mkDerivation rec {
@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
src = ./utils;
nativeBuildInputs = [ makeWrapper pkg-config libxcb ];
buildInputs = [ libxcb bash feh xrandr jq curl fzy ytfzf ffmpeg sshuttle svkbd ];
buildInputs = [ libxcb bash feh xrandr jq curl fzy ytfzf ffmpeg sshuttle svkbd libsForQt5.kolourpaint ];
buildPhase = ''
ls
@ -39,7 +40,7 @@ stdenv.mkDerivation rec {
for i in $(ls $src/sh); do
cp $src/sh/$i $out/bin
ln -sf $out/bin/tmenu_run $out/bin/regenerate
wrapProgram $out/bin/$i --prefix PATH : ${lib.makeBinPath [ sxhkd bash feh xrandr jq figlet curl fzy ytfzf ffmpeg sshuttle svkbd ]}
wrapProgram $out/bin/$i --prefix PATH : ${lib.makeBinPath [ sxhkd bash feh xrandr jq figlet curl fzy ytfzf ffmpeg sshuttle svkbd libsForQt5.kolourpaint ]}
done
cp c/status/main $out/bin/statusbar

View File

@ -1,4 +1,21 @@
Host main
Host mainsail
HostName 192.168.1.100
User usr
Port 22
Host netbox
HostName beepboop.systems
User useracc
Port 55555
User ryan
Port 443
Host mainsail-prox
HostName localhost
User usr
Port 55554
ProxyJump netbox
Host mlg-prox
HostName localhost
User usr
Port 2222
ProxyJump mainsail-prox