From c03cbcdc0ea967ef3ab642aa8049c21d54fadcd2 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 4 Jun 2025 15:05:17 +0200 Subject: [PATCH] Disable `element` and enable `unison` and `jellyfin` on `kirk` --- hosts/kirk/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/kirk/default.nix b/hosts/kirk/default.nix index 0ccd677..c9fa85b 100644 --- a/hosts/kirk/default.nix +++ b/hosts/kirk/default.nix @@ -46,7 +46,6 @@ "helix" "shell" "zellij" - "element" "firefox" "gpg" "mpv" @@ -75,6 +74,8 @@ "zmkbatx" "moonlight" "gimp" + "unison" + "jellyfin" ]; extraGroups = [ "plugdev" ]; backupPaths = [ ];