Enable pulseaudio
This commit is contained in:
parent
e160aca31b
commit
c4708a6fbc
2 changed files with 9 additions and 6 deletions
|
@ -63,7 +63,6 @@ in {
|
|||
pm2
|
||||
plexamp
|
||||
polybar
|
||||
pulseaudio
|
||||
rofi
|
||||
rofi-emoji
|
||||
steam
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.neovim.defaultEditor = true;
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
|
@ -96,15 +97,18 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker
|
||||
pulseaudio
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
config.common.default = "*";
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
};
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
config.common.default = "*";
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
};
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue