feat(home): Use username from filename for rofi-pass

This commit is contained in:
Alexander Kobjolke 2024-03-28 23:08:31 +01:00
parent d72474a3e7
commit 04a5544fc8

View file

@ -9,6 +9,9 @@
pass = {
enable = true;
stores = [ config.programs.password-store.settings.PASSWORD_STORE_DIR ];
extraConfig = ''
default_user=:filename
'';
};
};