diff options
Diffstat (limited to 'hosts')
| -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; }; }; |
