Remove pocket-casts
This commit is contained in:
parent
21198b5bf9
commit
c7bfbcc965
6 changed files with 0 additions and 26 deletions
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./pocket-casts.nix
|
||||
];
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
options.homeManagerModules.pocket-casts.enable = mkEnableOption "Enable Pocket Casts";
|
||||
|
||||
config = mkIf config.homeManagerModules.pocket-casts.enable {
|
||||
home.packages = with pkgs; [ pocket-casts ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue