diff options
Diffstat (limited to 'modules/by-name/yt')
-rw-r--r-- | modules/by-name/yt/yt/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/yt/yt/module.nix b/modules/by-name/yt/yt/module.nix index 3ac59439..81bacf44 100644 --- a/modules/by-name/yt/yt/module.nix +++ b/modules/by-name/yt/yt/module.nix @@ -68,7 +68,7 @@ name = "start_external_command"; text = builtins.readFile ./external_commands_script.sh; runtimeInputs = [ - pkgs.river + pkgs.river-classic pkgs.alacritty pkgs.less ]; |