Save deluge data
This commit is contained in:
parent
4b4de3f3fe
commit
9c0da334bf
2 changed files with 12 additions and 1 deletions
11
configurations/deluge.nix
Normal file
11
configurations/deluge.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ deluge ];
|
||||
};
|
||||
|
||||
custom.zfs.homeLinks = [
|
||||
{ path = ".config/deluge"; type = "data"; }
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue