Enable localsend on clients

This commit is contained in:
SebastianStork 2026-01-09 16:15:31 +01:00
parent 1c61682e5a
commit dc3fc4d5ad
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 4 additions and 0 deletions

View file

@ -40,4 +40,6 @@
programs.steam.enable = true;
};
programs.localsend.enable = true;
}

View file

@ -46,4 +46,6 @@
wireshark.enable = true;
};
};
programs.localsend.enable = true;
}