Moved pipewire to base

This commit is contained in:
Jan-Bulthuis 2025-02-23 14:49:36 +01:00
parent ef385b01e8
commit b62640e1df
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@
base.enable = true; base.enable = true;
bluetooth.enable = true; bluetooth.enable = true;
power-saving.enable = false; power-saving.enable = false;
pipewire.enable = true;
networkmanager.enable = true; networkmanager.enable = true;
# wpa_supplicant.enable = true; # wpa_supplicant.enable = true;
}; };

View File

@ -62,6 +62,7 @@ in
neovim.enable = true; neovim.enable = true;
systemd-boot.enable = true; systemd-boot.enable = true;
ly.enable = true; ly.enable = true;
pipewire.enable = true;
}; };
# TODO: Remove everything below, it is here out of convenience and should be elsewhere # TODO: Remove everything below, it is here out of convenience and should be elsewhere