nixos/users/spotify.nix

6 lines
80 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
spotify
];
}