Removal of old stuff

This commit is contained in:
Nox Sluijtman 2024-12-01 09:27:11 +01:00
parent 8be24b9a61
commit e072bf4c45
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@ in {
enable = mkEnableOption "Enable all the audio daemons";
};
config = mkIf cfg.enable {
sound.enable = true;
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;

View file

@ -13,7 +13,6 @@ in {
hardware = {
opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
nvidia = mkIf cfg.nvidia.enable {