Added NixOS config
This commit is contained in:
parent
f174299ffd
commit
08b05f7802
3 changed files with 258 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
# Passes a userdata var, which will eventually be passed to pinentry-wrapper, and open
|
||||
# pinentry-rofi to enter the decryption password
|
||||
|
||||
PINENTRY_USER_DATA=rofi /usr/bin/rofi-pass
|
||||
PINENTRY_USER_DATA=rofi $(sysbin rofi-pass)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue