add audacious

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-09 08:24:50 +01:00
parent 87e1e46737
commit 01e2e876b3
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [audacious];
}

View file

@ -5,5 +5,6 @@ _: {
./syncthing ./syncthing
./games ./games
./ims.nix ./ims.nix
./audacious.nix
]; ];
} }