diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/kaworu/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index 8b7e089..c9a2361 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -39,4 +39,8 @@ terminal = { kitty = true; }; + + # modules + bluetooth = true; + network = true; } |