Fixed Hyprland config errors for installation

This commit is contained in:
2025-11-19 20:52:12 +01:00
parent 61adc10c49
commit 72acec33da
8 changed files with 38 additions and 48 deletions

View File

@@ -46,9 +46,8 @@
tree
];
# Enable sound
sound.enable = true;
hardware.pulseaudio.enable = false;
# Enable sound with PipeWire (removed deprecated sound.enable)
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@@ -61,11 +60,10 @@
# Enable CUPS for printing
services.printing.enable = true;
# Enable OpenGL
hardware.opengl = {
# Enable graphics (updated from hardware.opengl)
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
# Enable Bluetooth