chore(nixos): remove deprecated sound option

Progresses #3
This commit is contained in:
Serĉanto de Scio 2024-12-02 11:49:13 +10:00
parent e3e3bd1625
commit 9608af2cd5
Signed by: sercanto
GPG key ID: A4122FF3971B6865
6 changed files with 0 additions and 14 deletions

View file

@ -94,8 +94,6 @@
};
};
# Enable sound.
sound.enable = true;
hardware = {
bluetooth = {
enable = true;

View file

@ -91,8 +91,6 @@
};
};
# Enable sound.
sound.enable = true;
hardware = {
bluetooth = {
enable = true;

View file

@ -75,7 +75,6 @@ in {
];
udisks2.enable = true; # Enable udisks2
};
sound.enable = true; # Enable sound.
security.rtkit.enable = true; # realtime scheduling for sound
# Configure common hardware settings

View file

@ -86,7 +86,6 @@
};
};
sound.enable = true; # Enable sound.
security.rtkit.enable = true; # realtime scheduling for sound
# Configure common hardware settings

View file

@ -27,5 +27,4 @@
};
hardware.pulseaudio.enable = false;
sound.enable = true; # Enable sound.
}

View file

@ -49,13 +49,6 @@
};
};
sound = {
mediaKeys = {
enable = true;
volumeStep = "5%";
};
};
# Install any additional fonts that I require to be used with xmonad
fonts.packages = with pkgs; [
open-sans # Used in in my polybar configuration