test
This commit is contained in:
parent
57736d3b98
commit
992fd5f726
18 changed files with 0 additions and 0 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
options.spotify.enable = mkEnableOption "Enable Spotify installation";
|
||||
|
||||
config = mkIf config.spotify.enable {
|
||||
home.packages = with pkgs; [
|
||||
spotify
|
||||
cava
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue