feat(home): Use username from filename for rofi-pass
This commit is contained in:
parent
d72474a3e7
commit
04a5544fc8
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
||||||
pass = {
|
pass = {
|
||||||
enable = true;
|
enable = true;
|
||||||
stores = [ config.programs.password-store.settings.PASSWORD_STORE_DIR ];
|
stores = [ config.programs.password-store.settings.PASSWORD_STORE_DIR ];
|
||||||
|
extraConfig = ''
|
||||||
|
default_user=:filename
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue