move home configuration to own directory

This commit is contained in:
Trolli Schmittlauch 2018-10-09 13:28:37 +02:00
parent 73aea5cd49
commit 2f812e2a6d
2 changed files with 0 additions and 0 deletions

10
home/config.nix Normal file
View file

@ -0,0 +1,10 @@
let
lib = (import <nixpkgs> {}).lib;
in
{
clementine.spotify = false;
whitelistedLicenses = with lib.licenses; [ wtfpl ];
}