summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-21 03:03:03 +0000
committerFreya Murphy <freya@freyacat.org>2025-01-21 03:03:03 +0000
commitc94d03b2b9c2735356eed2ae24e351be9fcd19e9 (patch)
tree27df461b2d60a438209244311550cc95bddae1ed /hosts
parentfix waybar css (diff)
downloaddotfiles-nix-c94d03b2b9c2735356eed2ae24e351be9fcd19e9.tar.gz
dotfiles-nix-c94d03b2b9c2735356eed2ae24e351be9fcd19e9.tar.bz2
dotfiles-nix-c94d03b2b9c2735356eed2ae24e351be9fcd19e9.zip
use latest kernel, enable hardware
Diffstat (limited to 'hosts')
-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;