Fixed sway, waybar, xdg and pass
This commit is contained in:
parent
25fa736dff
commit
f138a25ad6
10 changed files with 65 additions and 65 deletions
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
services.pass-secret-service.enable = true;
|
||||
services.password-store-sync.enable = true;
|
||||
programs.password-store.enable = true;
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "/home/ccr/.password-store";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue