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"; }
|
||||
];
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
../configurations/adb.nix
|
||||
../configurations/citrix.nix
|
||||
../configurations/deluge.nix
|
||||
../configurations/docker.nix
|
||||
../configurations/dropbox.nix
|
||||
../configurations/firefox.nix
|
||||
|
@ -27,7 +28,6 @@
|
|||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
chromium
|
||||
deluge
|
||||
google-chrome
|
||||
hledger
|
||||
libreoffice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue