5 lines
100 B
Nix
5 lines
100 B
Nix
with import <nixpkgs> { };
|
|
writeShellScriptBin = "start-webcam" ''
|
|
systemctl restart webcam
|
|
'';
|