.dotfiles/nix/home/linux_x86.nix

12 lines
102 B
Nix

{
pkgs,
...
}:
{
home = {
packages = with pkgs; [
discord
spotify
];
};
}