diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-21 03:03:03 +0000 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-21 03:03:03 +0000 |
commit | c94d03b2b9c2735356eed2ae24e351be9fcd19e9 (patch) | |
tree | 27df461b2d60a438209244311550cc95bddae1ed /hosts | |
parent | fix waybar css (diff) | |
download | dotfiles-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.nix | 4 |
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; |