mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds hidname script to get the name of hidraw devices
This commit is contained in:
parent
bca833bffd
commit
ee7748c7b5
2 changed files with 10 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ let
|
|||
notes = pkgs.writeShellScriptBin "notes" (builtins.readFile ./scripts/notes.sh);
|
||||
grabtext = pkgs.writeShellScriptBin "grabtext" (builtins.readFile ./scripts/grabtext.sh);
|
||||
unfuck = pkgs.writeShellScriptBin "unfuck" (builtins.readFile ./scripts/unfuck.sh);
|
||||
hidname = pkgs.writeShellScriptBin "hidname" (builtins.readFile ./scripts/hidname.sh);
|
||||
toggle_blur = pkgs.writeScriptBin "toggle_blur" (builtins.readFile ./scripts/toggle_blur.sh);
|
||||
toggle_oppacity = pkgs.writeScriptBin "toggle_oppacity" (
|
||||
builtins.readFile ./scripts/toggle_oppacity.sh
|
||||
|
|
@ -20,6 +21,7 @@ in
|
|||
notes
|
||||
grabtext
|
||||
unfuck
|
||||
hidname
|
||||
toggle_blur
|
||||
toggle_oppacity
|
||||
ascii
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue