Fully migrate to transmission
This commit is contained in:
parent
576da79ba7
commit
7c81f1eb6c
8 changed files with 45 additions and 102 deletions
|
@ -3,11 +3,11 @@
|
|||
{
|
||||
imports = [
|
||||
./calibre
|
||||
./deluge
|
||||
./eid
|
||||
./element
|
||||
./hledger
|
||||
./obs
|
||||
./torrents
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { ... }: {
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
options.chvp.programs.deluge.enable = lib.mkOption {
|
||||
options.chvp.programs.torrents.enable = lib.mkOption {
|
||||
default = false;
|
||||
example = true;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.chvp.programs.deluge.enable {
|
||||
config = lib.mkIf config.chvp.programs.torrents.enable {
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ transmission-remote-gtk ];
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue