Added configuration for MX Master 3S

This commit is contained in:
Alejandro Angulo 2023-07-13 18:24:18 -07:00
parent eaf45b3072
commit 7565716339
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 34 additions and 1 deletions

View file

@ -13,6 +13,7 @@ in {
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [pamixer];
security.rtkit.enable = true;
services.pipewire = {
enable = true;