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/station | |
| parent | removed cosmic (stole bar style) (diff) | |
added bluetooth
Diffstat (limited to 'hosts/station')
| -rw-r--r-- | hosts/station/hardware.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/station/hardware.nix b/hosts/station/hardware.nix index 8f84745..3360a06 100644 --- a/hosts/station/hardware.nix +++ b/hosts/station/hardware.nix @@ -7,5 +7,9 @@ rocmPackages.clr ]; }; + + bluetooth = { + enable = true; + }; }; } |
