Commit 953a7247f4f2

Vincent Demeester <vincent@sbr.pm>
2025-02-15 01:04:27
Add a small comment…
I should get rid of things I do not use anymore.
1 parent 318b0bc
Changed files (1)
users
vincent
users/vincent/desktop/passwordstore.nix
@@ -1,6 +1,7 @@
 { pkgs, ... }:
 
 {
+  # Migrate to passage
   programs.password-store = {
     enable = true;
     package = pkgs.pass-wayland.withExtensions (exts: [ exts.pass-otp exts.pass-genphrase exts.pass-update ]);