summaryrefslogtreecommitdiff
path: root/hosts/kaworu
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/kaworu/default.nix4
-rw-r--r--hosts/kaworu/hardware.nix4
2 files changed, 4 insertions, 4 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;
}
diff --git a/hosts/kaworu/hardware.nix b/hosts/kaworu/hardware.nix
index b236890..8b49109 100644
--- a/hosts/kaworu/hardware.nix
+++ b/hosts/kaworu/hardware.nix
@@ -1,8 +1,4 @@
{...}: {
- # hardware
- hardware.graphics.enable = true;
- hardware.bluetooth.enable = true;
-
# bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi = {