Remove pocket-casts
This commit is contained in:
parent
21198b5bf9
commit
c7bfbcc965
6 changed files with 0 additions and 26 deletions
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
homeManagerModules = {
|
||||
gtk.enable = true;
|
||||
pocket-casts.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
directory = "$HOME/Documents/wiki/notes";
|
||||
};
|
||||
|
||||
pocket-casts.enable = true;
|
||||
tmux.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
directory = "$HOME/Documents/wiki/notes";
|
||||
};
|
||||
|
||||
pocket-casts.enable = true;
|
||||
tmux.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
|
|
@ -18,7 +18,5 @@
|
|||
pkgs
|
||||
;
|
||||
})
|
||||
|
||||
./desktop
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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