This commit is contained in:
Danilo Reyes 2025-05-08 20:30:48 -06:00
parent 5befe1ed3a
commit 8fc333e4fb
2 changed files with 28 additions and 1 deletions

27
flake.lock generated Normal file
View File

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1746557022,
"narHash": "sha256-QkNoyEf6TbaTW5UZYX0OkwIJ/ZMeKSSoOMnSDPQuol0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1d3aeb5a193b9ff13f63f4d9cc169fb88129f860",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash gnome.zenity firefox
#! nix-shell -i bash -p bash zenity firefox
# Path to the list file
LIST_PATH="/srv/server/jawz/.config/jawz/lists/jawz/watch.txt"