Enable pulseaudio

This commit is contained in:
Ethan Lane 2024-07-07 21:22:44 +01:00
parent e160aca31b
commit c4708a6fbc
2 changed files with 9 additions and 6 deletions

View file

@ -63,7 +63,6 @@ in {
pm2
plexamp
polybar
pulseaudio
rofi
rofi-emoji
steam

View file

@ -75,6 +75,7 @@
};
programs.zsh.enable = true;
programs.neovim.defaultEditor = true;
fonts = {
packages = with pkgs; [
@ -96,6 +97,7 @@
environment.systemPackages = with pkgs; [
docker
pulseaudio
];
virtualisation.docker.enable = true;
@ -106,5 +108,7 @@
extraPortals = [pkgs.xdg-desktop-portal-gtk];
};
hardware.pulseaudio.enable = true;
system.stateVersion = "24.05";
}