From cda104d1fedcd5f49ae82bfb3e5603e68d0d5e81 Mon Sep 17 00:00:00 2001 From: ene Date: Wed, 22 Feb 2023 17:58:39 +0100 Subject: Fix(river): Add further dependency for the init script --- flake/nixosConfigurations/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'flake/nixosConfigurations/default.nix') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index d2f2c97e..c1534e6e 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -20,11 +20,15 @@ inherit (inputs) strip_js_comments + river_init_lesser + user_js - system neovim_config - impermanence snap-sync + + impermanence + + system ; }; }; -- cgit 1.4.1