Remove passmenu-otp

It's already included in my dwm configuration so it doesn't need to be
re-declared here.
This commit is contained in:
Oliver Davies 2025-04-23 20:00:44 +01:00
parent 547895664b
commit 57c96d70f3

View file

@ -23,8 +23,6 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
passmenu-otp
(pass.withExtensions (e: with e; cfg.extensions))
];
};