partly add hyprland home module + bluetooth

This commit is contained in:
2026-07-31 17:00:52 +02:00
parent ee0447931e
commit b4ae5a89aa
9 changed files with 934 additions and 57 deletions
+6
View File
@@ -89,6 +89,11 @@ in
hardware.graphics.enable32Bit = true;
services.hardware.openrgb.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
};
# Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "nodev";
@@ -240,6 +245,7 @@ in
libxkbcommon # libxkbcommon.so.0
libx11 # libX11.so.6
wayland
krb5
]);
};