feat: set up 'music' module
This commit is contained in:
16
home/modules/music/default.nix
Normal file
16
home/modules/music/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
dotsPath,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ncspot
|
||||
# (if config.lib ? nixGL then config.lib.nixGL.wrap spotify else spotify)
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/ncspot/config.toml".source = dotsPath + "/.config/ncspot/config.toml";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user