Skip to content

Commit

Permalink
Add pulseaudio global support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Oct 3, 2023
1 parent 3c0ffdb commit f1525ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@

environment.pathsToLink = [ "/share/nix-direnv" ];
nixpkgs = {
config.allowUnfree = true;
config = {
allowUnfree = true;
pulseaudio = true;
};

overlays = [
(_: super: {
nix-direnv = super.nix-direnv.override {
Expand Down Expand Up @@ -149,7 +153,7 @@
users.users."${username}" = {
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = [ "docker" "networkmanager" "libvirtd" "wheel" ];
extraGroups = [ "audio" "docker" "networkmanager" "libvirtd" "wheel" ];
initialPassword = "hello";
};

Expand Down

0 comments on commit f1525ce

Please sign in to comment.