nixos-24.11 #6

Merged
sercanto merged 23 commits from nixos-24.11 into consensus 2025-02-17 13:10:39 +00:00
6 changed files with 0 additions and 14 deletions
Showing only changes of commit 9608af2cd5 - Show all commits

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