From 9d249bf6bb2f3fa26044dd2723955d49c4209122 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 11 Apr 2024 23:03:15 +0100 Subject: [PATCH] Fix missing import catch-all --- system/river.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/river.nix b/system/river.nix index d45605d7..a25c4f96 100644 --- a/system/river.nix +++ b/system/river.nix @@ -1,4 +1,4 @@ -{}: { +{...}: { imports = [./desktop.nix]; programs.river = { enable = true;