move home configuration to own directory
This commit is contained in:
parent
73aea5cd49
commit
2f812e2a6d
2 changed files with 0 additions and 0 deletions
10
home/config.nix
Normal file
10
home/config.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
let
|
||||
lib = (import <nixpkgs> {}).lib;
|
||||
|
||||
in
|
||||
{
|
||||
|
||||
clementine.spotify = false;
|
||||
whitelistedLicenses = with lib.licenses; [ wtfpl ];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue