From dc3fc4d5ad052fba1b96d2a8c4a5c5d2d3a67cf5 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 9 Jan 2026 16:15:31 +0100 Subject: [PATCH] Enable localsend on clients --- hosts/desktop/default.nix | 2 ++ hosts/laptop/default.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index f1cb477..0d839f2 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -40,4 +40,6 @@ programs.steam.enable = true; }; + + programs.localsend.enable = true; } diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 3c235ec..7321a50 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -46,4 +46,6 @@ wireshark.enable = true; }; }; + + programs.localsend.enable = true; }