From a8a8b4fdcccace224ffc62880c819debae9bdcc1 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 16 Apr 2023 19:35:46 +0200 Subject: Feat(hm/conf/firefox): Add my native host for video pausing --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 89faf569..ab5751ed 100644 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,14 @@ rust-overlay.follows = "rust-overlay"; }; }; + video_pause = { + url = "git+https://codeberg.org/soispha/video-pause.git"; + inputs = { + nixpkgs.follows = "nixpkgs"; + crane.follows = "crane"; + flake-utils.follows = "flake-utils"; + }; + }; strip_js_comments = { url = "git+https://codeberg.org/ene/strip_js_comments.git"; inputs = { @@ -143,6 +151,7 @@ snap-sync, templates, # my binaries + video_pause, strip_js_comments, shell-library, river_init_lesser, @@ -171,6 +180,7 @@ river_init_lesser yambar_memory yambar_cpu + video_pause grades neovim_config strip_js_comments -- cgit 1.4.1