Skip to content

Commit

Permalink
nixos/cosmic: add acpid and pipewire
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Apr 8, 2024
1 parent f051d40 commit 413848e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nixos/cosmic/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,13 @@ in
xdg.icons.enable = true;

# optional features
hardware.pulseaudio.enable = lib.mkDefault true;
hardware.bluetooth.enable = lib.mkDefault true;
services.acpid.enable = lib.mkDefault true;
services.pipewire = {
enable = lib.mkDefault true;
alsa.enable = lib.mkDefault true;
pulse.enable = lib.mkDefault true;
};

# general graphical session features
programs.dconf.enable = lib.mkDefault true;
Expand Down

0 comments on commit 413848e

Please sign in to comment.