summaryrefslogtreecommitdiff
path: root/hosts/shinji.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/shinji.nix')
-rw-r--r--hosts/shinji.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/shinji.nix b/hosts/shinji.nix
index 4f6df81..220d72a 100644
--- a/hosts/shinji.nix
+++ b/hosts/shinji.nix
@@ -16,6 +16,10 @@ inputs.nixpkgs.lib.nixosSystem {
scale = 1.25;
};
+ # hardware
+ hardware.graphics.enable = true;
+ hardware.bluetooth.enable = true;
+
# bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;