feat: Replace bitwarden with 1passowrd

This commit is contained in:
uttarayan21
2024-06-21 13:07:15 +05:30
parent 3d3ff7f0f1
commit 517bedcee6
4 changed files with 73 additions and 75 deletions

View File

@@ -75,6 +75,7 @@
import ./nvim.nix {
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
overlays = import ./overlays.nix {
inherit inputs;
};