diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/shinji/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 5c39012..4d7f434 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -62,4 +62,9 @@ terminal = { kitty = true; }; + + # modules + battery = true; + bluetooth = true; + network = true; } |