Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace pavucontrol with pwvucontrol and add helvum

pwvucontrol uses pipewire directly which is a bit more useful

helvum is currently unmainted but it still works.
Maybe I'll look for an alternative in the future

yemou 0dde6037 9a5860c8

+6 -2
+6 -1
modules/audio.nix
··· 1 - { ... }: 1 + { pkgs, ... }: 2 2 { 3 + users.users.mou.packages = with pkgs; [ 4 + helvum 5 + pwvucontrol 6 + ]; 7 + 3 8 security.rtkit.enable = true; 4 9 services.pipewire = { 5 10 enable = true;
-1
modules/gui.nix
··· 38 38 users.users.mou.packages = with pkgs; [ 39 39 anki-bin 40 40 foot 41 - pavucontrol 42 41 thm 43 42 wl-clipboard 44 43 xdg-user-dirs