.dotfiles/nix/home/linux_aarch.nix

13 lines
121 B
Nix

{
pkgs,
...
}:
{
home = {
packages = with pkgs; [
legcord
librespot
spotify-qt
];
};
}