about summary refs log tree commit diff stats
path: root/modules/by-name/ri/river/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-30 20:45:44 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-30 20:45:44 +0200
commit7af03d5dae337820dd96795306ceb4394f6e802e (patch)
tree1c7000e9c1f920a7638c5dda4a0153e9721a70c7 /modules/by-name/ri/river/module.nix
parentmodules/lf: Consolidate the `ll` and `lm` wrappers in the module (diff)
downloadnixos-config-7af03d5dae337820dd96795306ceb4394f6e802e.zip
modules/river: Move the `river-start` package into the module
The package was already tied to the module (via the log file path) and
as such should be in the module directory.
Diffstat (limited to '')
-rw-r--r--modules/by-name/ri/river/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/ri/river/module.nix b/modules/by-name/ri/river/module.nix
index 33c8a713..38d4bdef 100644
--- a/modules/by-name/ri/river/module.nix
+++ b/modules/by-name/ri/river/module.nix
@@ -193,7 +193,7 @@ in {
       };
 
       home.packages = [
-        pkgs.river-start
+        (pkgs.callPackage ./river-start/package.nix {})
       ];
 
       xdg.configFile."river/init" = {