summaryrefslogtreecommitdiff
path: root/hosts/kaworu
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-26 13:26:37 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-26 13:26:37 -0400
commitd94d620d2f393e274676a619b8a56f97f0ed7524 (patch)
tree9a71c00f90a93749a4db4abe823e87ea72bfec2a /hosts/kaworu
parentadd packages to wsl (diff)
downloaddotfiles-nix-d94d620d2f393e274676a619b8a56f97f0ed7524.tar.gz
dotfiles-nix-d94d620d2f393e274676a619b8a56f97f0ed7524.tar.bz2
dotfiles-nix-d94d620d2f393e274676a619b8a56f97f0ed7524.zip
make system config more modular
Diffstat (limited to 'hosts/kaworu')
-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 = {