From f5723fb0ceec2083c2381ce7aae9225f13a0d829 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 4 Jun 2024 09:43:10 +0200 Subject: [PATCH] loki: Enable river system-wide so it gets picked up by display managers --- machines/loki/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index 529a263..97464c4 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -392,6 +392,8 @@ swayidle ]; }; + river.enable = true; + gnome-disks.enable = true; # ssh.startAgent = true;