Add scanner support
This commit is contained in:
parent
5fdcc58f76
commit
04ced2fb7e
|
@ -11,4 +11,6 @@
|
||||||
hardware.flipperzero.enable = true; # Installs and setups everything Flipper Zero
|
hardware.flipperzero.enable = true; # Installs and setups everything Flipper Zero
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
hardware.sane.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
nitch # systhem fetch util
|
nitch # systhem fetch util
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
ripgrep # grep replacement
|
ripgrep # grep replacement
|
||||||
|
simple-scan
|
||||||
swappy
|
swappy
|
||||||
tdf # cli pdf viewer
|
tdf # cli pdf viewer
|
||||||
todo # cli todo list
|
todo # cli todo list
|
||||||
|
|
Loading…
Reference in a new issue