fix: declare KeePassXC browser integration

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 6677b1e14b
commit 82a4f44a19
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -17,6 +17,7 @@ in
inherit config;
inherit pkgs;
})
(import ../../modules/keepassxc.nix { inherit pkgs; })
];
home.stateVersion = "25.05";
@@ -54,7 +55,6 @@ in
enableBashIntegration = true;
};
home-manager.enable = true;
keepassxc = import ../../modules/keepassxc.nix;
};
home.packages = import ./packages.nix {