about summary refs log tree commit diff stats
path: root/modules/by-name/lf
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-02 09:17:50 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-02 09:17:50 +0200
commitb31c9b948fbc12fcbf23b30673afc41cf420f6c5 (patch)
tree63eb2b803f4aca1eb9e797e60a2f1caa35d7d717 /modules/by-name/lf
parenttreewide: Remove `with pkgs;` (diff)
downloadnixos-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/lf')
-rw-r--r--modules/by-name/lf/lf/commands/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/lf/lf/commands/default.nix b/modules/by-name/lf/lf/commands/default.nix
index 5d5277d6..055bfa2c 100644
--- a/modules/by-name/lf/lf/commands/default.nix
+++ b/modules/by-name/lf/lf/commands/default.nix
@@ -123,7 +123,7 @@ in {
   set_wallpaper = pipe {
     name = "set_wallpaper";
     dependencies = [
-      pkgs.river # for `riverctl`
+      pkgs.river-classic # for `riverctl`
       pkgs.swaybg
       pkgs.procps
     ];