Fully migrate to transmission
This commit is contained in:
parent
576da79ba7
commit
7c81f1eb6c
8 changed files with 45 additions and 102 deletions
|
@ -1,16 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
options.chvp.programs.deluge.enable = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.chvp.programs.deluge.enable {
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ transmission-remote-gtk ];
|
||||
};
|
||||
|
||||
chvp.base.zfs.homeLinks = [{ path = ".config/transmission-remote-gtk"; type = "data"; }];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue