Use transmission-remote-gtk locally

This commit is contained in:
Charlotte Van Petegem 2023-05-12 18:25:10 +02:00
parent a443be2127
commit 8aa45660ae
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -8,11 +8,9 @@
config = lib.mkIf config.chvp.programs.deluge.enable {
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = with pkgs; [ deluge ];
home.packages = with pkgs; [ transmission-remote-gtk ];
};
chvp.base.zfs.homeLinks = [
{ path = ".config/deluge"; type = "data"; }
];
chvp.base.zfs.homeLinks = [ { path = ".config/transmission-remote-gtk"; type = "data"; } ];
};
}