kirk
mirrors screen
This commit is contained in:
parent
4c3b506937
commit
7a2dbc4a41
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
screenshotScript = pkgs.writeShellScriptBin "screenshot.sh" ''
|
||||
filename="$HOME/shots/$(date --iso-8601=seconds).png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue