diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-14 22:01:51 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-14 22:01:51 +0000 |
| commit | 446a7eba3e55393d48a21bece28079fc4211286f (patch) | |
| tree | 8ce1eba79d0084379c59e60e4aa7645bdab1b86d /hosts/pad/hardware.nix | |
| parent | removed cosmic (stole bar style) (diff) | |
added bluetooth
Diffstat (limited to 'hosts/pad/hardware.nix')
| -rw-r--r-- | hosts/pad/hardware.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/pad/hardware.nix b/hosts/pad/hardware.nix index bcc20ab..a3f01b0 100644 --- a/hosts/pad/hardware.nix +++ b/hosts/pad/hardware.nix @@ -3,5 +3,9 @@ graphics = { enable = true; }; + + bluetooth = { + enable = true; + }; }; } |
