Save keepasscx configuration
This commit is contained in:
parent
5923886184
commit
2fa1871610
2 changed files with 7 additions and 2 deletions
|
@ -7,6 +7,11 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.chvp.graphical.pass.enable {
|
||||
|
||||
chvp.base.zfs.homeLinks = [
|
||||
{ path = ".config/keepassxc"; type = "data"; }
|
||||
{ path = ".cache/keepassxc"; type = "cache"; }
|
||||
];
|
||||
chvp.base.emacs.extraConfig = [
|
||||
''
|
||||
(use-package secrets
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.chvp.programs.torrents.enable {
|
||||
chvp.base.zfs.homeLinks = [{ path = ".config/transmission-remote-gtk"; type = "data"; }];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ transmission-remote-gtk ];
|
||||
};
|
||||
|
||||
chvp.base.zfs.homeLinks = [{ path = ".config/transmission-remote-gtk"; type = "data"; }];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue