Add nix home-manager

This commit is contained in:
Tobias Reisinger 2022-12-22 15:05:43 +01:00
parent 2353b4cfac
commit 14e3fbb489
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 100 additions and 14 deletions
.local/share/qutebrowser/userscripts

View file

@ -96,7 +96,7 @@ def parse_args():
help='GPG key to encrypt KeepassXC auth key with')
parser.add_argument('--insecure', action='store_true',
help="Do not encrypt auth key")
parser.add_argument('--dmenu-invocation', '-d', default='rofi -dmenu',
parser.add_argument('--dmenu-invocation', '-d', default='bemenu',
help='Invocation used to execute a dmenu-provider')
parser.add_argument('--only-username', action='store_true',
help='Only insert username')