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;
|
||||
|
||||
Reference in New Issue
Block a user