cleaned up drastically

This commit is contained in:
biscuit
2025-05-21 12:20:32 -05:00
parent cd734937c0
commit 30ecca57ba
24 changed files with 71 additions and 98 deletions
+13
View File
@@ -0,0 +1,13 @@
{ pkgs, ... }: {
# Enable sound.
# services.pulseaudio.enable = true;
# OR
environment.systemPackages = with pkgs; [
pavucontrol
];
security.rtkit.enable = true;
services.pipewire = {
enable = true;
pulse.enable = true;
};
}