USBIP helper scripts for usbkey

This commit is contained in:
Curt Spark 2024-03-22 17:00:56 +00:00
parent 3363a9672b
commit 73dd8429c6
1 changed files with 42 additions and 31 deletions

View File

@ -40,39 +40,50 @@ in
# (pkgs.writeShellScriptBin "my-hello" '' # (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!" # echo "Hello, ${config.home.username}!"
# '') # '')
# wineWowPackages.full
# native wayland support (unstable)
wineWowPackages.waylandFull
firefox # Scripts to bind/unbind usbkey from usbip server
librewolf (pkgs.writeShellScriptBin "usbip_usbkey_bind" ''
ungoogled-chromium USBKEYBUSID="$(echo `grep 0930 /sys/bus/usb/devices/*/idVendor | cut -d '/' -f 6`)"
emacs-gtk sudo usbip bind -b $USBKEYBUSID
telegram-desktop '')
discord (pkgs.writeShellScriptBin "usbip_usbkey_unbind" ''
lutris USBKEYBUSID="$(echo `grep 0930 /sys/bus/usb/devices/*/idVendor | cut -d '/' -f 6`)"
protonup-qt sudo usbip unbind -b $USBKEYBUSID
qpwgraph '')
ardour
lsp-plugins # wineWowPackages.full
yabridge # native wayland support (unstable)
yabridgectl wineWowPackages.waylandFull
MIDIVisualizer
kdenlive
vlc
unityhub
mpdcron firefox
librewolf
pass-wayland ungoogled-chromium
thunderbird emacs-gtk
telegram-desktop
# Just for utils discord
pulseaudio lutris
protonup-qt
# For curl scripts qpwgraph
jq ardour
libnotify lsp-plugins
yabridge
yabridgectl
MIDIVisualizer
kdenlive
vlc
unityhub
mpdcron
pass-wayland
thunderbird
# Just for utils
pulseaudio
# For curl scripts
jq
libnotify
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage