nix-config/modules/start-webcam.nix

5 lines
100 B
Nix
Raw Normal View History

2025-05-03 13:19:50 +02:00
with import <nixpkgs> { };
writeShellScriptBin = "start-webcam" ''
systemctl restart webcam
'';