Declare keepassxc config in Nix home manager flake
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
inherit pkgs;
|
||||
};
|
||||
programs.git = import ../../modules/git.nix;
|
||||
programs.keepassxc = import ../../modules/keepassxc.nix;
|
||||
programs.neovim = import ../../modules/neovim.nix;
|
||||
home.packages = import ./packages.nix {
|
||||
inherit pkgs;
|
||||
|
||||
4
.config/home-manager/modules/keepassxc.nix
Normal file
4
.config/home-manager/modules/keepassxc.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
enable = true;
|
||||
# TODO: https://mynixos.com/home-manager/option/programs.keepassxc.settings
|
||||
}
|
||||
Reference in New Issue
Block a user