delete keepass

This commit is contained in:
ponymushama 2024-07-23 20:45:49 +08:00
parent da18cb40c3
commit e156dc2647
4 changed files with 0 additions and 26 deletions

View file

@ -1,23 +0,0 @@
{ config, pkgs, ... }:
{
# nixpkgs.overlays = [
# (self: super:
# {
# keepmenu = super.keepmenu.overrideAttrs (oldAttrs: rec {
# pname = "keepmenu";
# version = "1.3.1";
# src = super.python3Packages.fetchPypi {
# inherit pname version;
# sha256 = "sha256-AGuJY7IirzIjcu/nY9CzeOqU1liwcRijYLi8hGN/pRg=";
# };
# });
# }
# )
# ];
home.packages = with pkgs; [
keepassxc
keepmenu
];
}