first working build of rewrite
This commit is contained in:
commit
44a3f420c6
29 changed files with 1261 additions and 0 deletions
10
modules/home-manager/ncspot.nix
Normal file
10
modules/home-manager/ncspot.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, config, lib, ...}:
|
||||
{
|
||||
options.speccon18.hm.ncspot.enable = lib.mkEnableOption "enable ncspot";
|
||||
config = lib.mkIf config.speccon18.hm.ncspot.enable {
|
||||
programs.ncspot = {
|
||||
enable = true;
|
||||
package = pkgs.ncspot;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue