Custom emails watcher
This commit is contained in:
parent
60b8c06011
commit
af395cafcb
3 changed files with 69 additions and 3 deletions
12
packages/emails-watcher/default.nix
Normal file
12
packages/emails-watcher/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
writers,
|
||||
python3Packages,
|
||||
...
|
||||
}:
|
||||
writers.writePython3Bin "emails-watcher" {
|
||||
libraries = with python3Packages; [
|
||||
watchdog
|
||||
desktop-notifier
|
||||
];
|
||||
flakeIgnore = [ ];
|
||||
} (builtins.readFile ./emails-watcher.py)
|
Loading…
Add table
Add a link
Reference in a new issue