13 lines
121 B
Nix
13 lines
121 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
home = {
|
|
packages = with pkgs; [
|
|
legcord
|
|
librespot
|
|
spotify-qt
|
|
];
|
|
};
|
|
}
|