home/pass: remove passmenu
This commit is contained in:
parent
4d55dc2764
commit
58bd85641a
3 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass-minimal;
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "${passDataDir}/store";
|
||||
};
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[
|
||||
(import ./himalaya.nix)
|
||||
(import ./pass.nix)
|
||||
]
|
||||
|
|
5
overlays/pass.nix
Normal file
5
overlays/pass.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
final: prev: {
|
||||
pass-minimal = prev.pass.override {
|
||||
dmenuSupport = false;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue