diff options
author | Soispha <soispha@vhack.eu> | 2023-04-16 19:35:46 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:01 +0200 |
commit | a8a8b4fdcccace224ffc62880c819debae9bdcc1 (patch) | |
tree | 0bf93f077a1a28014886740efca3ac6dbf82c59e /flake.lock | |
parent | Docs(todo): Update (diff) | |
download | nixos-config-a8a8b4fdcccace224ffc62880c819debae9bdcc1.tar.gz nixos-config-a8a8b4fdcccace224ffc62880c819debae9bdcc1.zip |
Feat(hm/conf/firefox): Add my native host for video pausing
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 1f69fc84..b7f8c273 100644 --- a/flake.lock +++ b/flake.lock @@ -280,6 +280,7 @@ "strip_js_comments": "strip_js_comments", "templates": "templates", "user_js": "user_js", + "video_pause": "video_pause", "yambar_cpu": "yambar_cpu", "yambar_memory": "yambar_memory" } @@ -428,6 +429,32 @@ "type": "github" } }, + "video_pause": { + "inputs": { + "crane": [ + "crane" + ], + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1681665568, + "narHash": "sha256-MFuebmGkzfThpxHWSJCvii6EHGa2wEwLfZgJL2FduiY=", + "ref": "refs/heads/prime", + "rev": "72c95f998368aa83e574bccebb0ed459656e1239", + "revCount": 3, + "type": "git", + "url": "https://codeberg.org/soispha/video-pause.git" + }, + "original": { + "type": "git", + "url": "https://codeberg.org/soispha/video-pause.git" + } + }, "yambar_cpu": { "inputs": { "crane": [ |