Add bluetooth

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-04 12:22:55 +03:00
parent 4f3cedefa6
commit a25076c47b
15 changed files with 127 additions and 72 deletions

View File

@@ -0,0 +1,5 @@
{ user ? throw "user argument is required" }: { ... }:
{
home-manager.users.${user.name}.services.network-manager-applet.enable = true;
}