hotfix (device options): fix laptop's option & add boot config

This commit is contained in:
Kirill Samoylenkov 2025-09-27 15:21:34 +05:00
parent 0d99d55ef5
commit eda9882a90
2 changed files with 27 additions and 1 deletions

View file

@ -103,7 +103,9 @@ in
enable32Bit = true;
};
security.rtkit.enable = lib.mkIf cfg.sound.enable true;
security.rtkit = lib.mkIf cfg.sound.enable {
enable = true;
};
services.pulseaudio = lib.mkIf cfg.sound.enable {
enable = false;
};