nix-config/nixos/_mixins/desktop/spotify.nix

9 lines
121 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
imports = [
../services/unfree.nix
];
environment.systemPackages = with pkgs; [ spotify ];
}