nixconfigs/home/config.nix

11 lines
134 B
Nix

let
lib = (import <nixpkgs> {}).lib;
in
{
clementine.spotify = false;
whitelistedLicenses = with lib.licenses; [ wtfpl ];
}