nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

spotify.nix (82B)


      1 { config, pkgs, ... }:
      2 
      3 {
      4   programs.spotify-player = {
      5     enable = true;
      6   };
      7 }