fix: declare KeePassXC browser integration

This commit is contained in:
2025-12-01 19:19:35 +01:00
parent 8c3e762a46
commit 8ae482d846
3 changed files with 11 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ in
../../modules/dconf.nix
../../modules/git.nix
../../modules/k9s.nix
(import ../../modules/keepassxc.nix { inherit pkgs; })
];
nixpkgs.config.allowUnfree = true;
@@ -34,7 +35,6 @@ in
inherit config;
};
gh.enable = true;
keepassxc = import ../../modules/keepassxc.nix;
kubecolor.enable = true;
};