add audacious
This commit is contained in:
parent
87e1e46737
commit
01e2e876b3
2 changed files with 4 additions and 0 deletions
3
programs/desktop/audacious.nix
Normal file
3
programs/desktop/audacious.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [audacious];
|
||||||
|
}
|
|
@ -5,5 +5,6 @@ _: {
|
||||||
./syncthing
|
./syncthing
|
||||||
./games
|
./games
|
||||||
./ims.nix
|
./ims.nix
|
||||||
|
./audacious.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue