Added NixOS config

This commit is contained in:
agryphus 2023-10-15 15:46:39 -04:00
parent f174299ffd
commit 08b05f7802
3 changed files with 258 additions and 2 deletions

View file

@ -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)