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/nixosConfigurations/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'flake/nixosConfigurations') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 5d349071..270f13a2 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -4,6 +4,8 @@ pkgs, nixpkgs, sysLib, + # bins + video_pause, yambar_cpu, yambar_memory, strip_js_comments, @@ -31,10 +33,11 @@ pkgs sysLib # extra information - + system # bins - + + video_pause yambar_cpu yambar_memory strip_js_comments @@ -42,12 +45,12 @@ grades shell-library # external deps - + user_js neovim_config snap-sync # modules - + impermanence ; }; -- cgit 1.4.1