nixos-24.11 #6
|
@ -94,8 +94,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable sound.
|
|
||||||
sound.enable = true;
|
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -91,8 +91,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable sound.
|
|
||||||
sound.enable = true;
|
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -75,7 +75,6 @@ in {
|
||||||
];
|
];
|
||||||
udisks2.enable = true; # Enable udisks2
|
udisks2.enable = true; # Enable udisks2
|
||||||
};
|
};
|
||||||
sound.enable = true; # Enable sound.
|
|
||||||
security.rtkit.enable = true; # realtime scheduling for sound
|
security.rtkit.enable = true; # realtime scheduling for sound
|
||||||
|
|
||||||
# Configure common hardware settings
|
# Configure common hardware settings
|
||||||
|
|
|
@ -86,7 +86,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sound.enable = true; # Enable sound.
|
|
||||||
security.rtkit.enable = true; # realtime scheduling for sound
|
security.rtkit.enable = true; # realtime scheduling for sound
|
||||||
|
|
||||||
# Configure common hardware settings
|
# Configure common hardware settings
|
||||||
|
|
|
@ -27,5 +27,4 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
sound.enable = true; # Enable sound.
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,13 +49,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sound = {
|
|
||||||
mediaKeys = {
|
|
||||||
enable = true;
|
|
||||||
volumeStep = "5%";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Install any additional fonts that I require to be used with xmonad
|
# Install any additional fonts that I require to be used with xmonad
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
open-sans # Used in in my polybar configuration
|
open-sans # Used in in my polybar configuration
|
||||||
|
|
Loading…
Reference in a new issue