Use transmission-remote-gtk locally
This commit is contained in:
parent
a443be2127
commit
8aa45660ae
1 changed files with 2 additions and 4 deletions
|
@ -8,11 +8,9 @@
|
||||||
|
|
||||||
config = lib.mkIf config.chvp.programs.deluge.enable {
|
config = lib.mkIf config.chvp.programs.deluge.enable {
|
||||||
home-manager.users.charlotte = { pkgs, ... }: {
|
home-manager.users.charlotte = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [ deluge ];
|
home.packages = with pkgs; [ transmission-remote-gtk ];
|
||||||
};
|
};
|
||||||
|
|
||||||
chvp.base.zfs.homeLinks = [
|
chvp.base.zfs.homeLinks = [ { path = ".config/transmission-remote-gtk"; type = "data"; } ];
|
||||||
{ path = ".config/deluge"; type = "data"; }
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue