diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-02 09:17:50 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-02 09:17:50 +0200 |
commit | b31c9b948fbc12fcbf23b30673afc41cf420f6c5 (patch) | |
tree | 63eb2b803f4aca1eb9e797e60a2f1caa35d7d717 /modules/by-name/yt | |
parent | treewide: Remove `with pkgs;` (diff) | |
download | nixos-config-b31c9b948fbc12fcbf23b30673afc41cf420f6c5.zip |
treewide: Use `river-classic` instead of `river`
`river-classic` is the continuation of the 3.0 branch without the breaking introduction of the window manager process.
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 ]; |