nix-config/nixos/_mixins/desktop/spotify.nix
2024-05-23 15:02:20 -04:00

9 lines
121 B
Nix

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