Changed: Programms

This commit is contained in:
2025-05-03 13:19:50 +02:00
parent c65ea98734
commit 81c0da4b6c
12 changed files with 104 additions and 71 deletions

4
modules/start-webcam.nix Normal file
View File

@@ -0,0 +1,4 @@
with import <nixpkgs> { };
writeShellScriptBin = "start-webcam" ''
systemctl restart webcam
'';