first commit

This commit is contained in:
Damian Wessels
2025-09-15 22:39:41 +02:00
commit 1c60d751da
10 changed files with 803 additions and 0 deletions

6
modules/bluetooth.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, lib, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}