mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 14:52:24 +05:30
delete keepass
This commit is contained in:
parent
da18cb40c3
commit
e156dc2647
4 changed files with 0 additions and 26 deletions
|
@ -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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue