Reorganize and refactor project
This commit is contained in:
parent
ed1e654706
commit
afcc583dcf
35 changed files with 130 additions and 300 deletions
10
modules/home-manager/keepassxc/default.nix
Normal file
10
modules/home-manager/keepassxc/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, config, flake, ... }: {
|
||||
config = {
|
||||
home.packages = [ pkgs.unstable.keepassxc ];
|
||||
|
||||
homeage.file."keepassxc.ini" = {
|
||||
source = "${flake}/secrets/keepassxc.ini.age";
|
||||
symlinks = [ "${config.xdg.configHome}/keepassxc/keepassxc.ini" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue