diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-27 22:25:37 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-27 22:25:37 +0000 |
| commit | cf072cb54f07d8325e7d5cf9062075e499ab092e (patch) | |
| tree | f8c2ca62f50afd799eef0ecbd41fc6bec97d5cea /hosts/pad/hardware.nix | |
| parent | fixed terminal profile across systems (diff) | |
disable bluetooth
Diffstat (limited to 'hosts/pad/hardware.nix')
| -rw-r--r-- | hosts/pad/hardware.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/pad/hardware.nix b/hosts/pad/hardware.nix index a3f01b0..6b74c75 100644 --- a/hosts/pad/hardware.nix +++ b/hosts/pad/hardware.nix @@ -1,10 +1,10 @@ { hardware = { - graphics = { - enable = true; + bluetooth = { + enable = false; }; - bluetooth = { + graphics = { enable = true; }; }; |
