Use default pinentry, show it on all workspaces
This commit is contained in:
parent
b29f6592dd
commit
f1fe1617d8
@ -35,6 +35,7 @@ windowManage = composeAll
|
||||
, role =? "toolbox_window" --> doF W.focusDown
|
||||
|
||||
, className =? "Dunst" --> doF W.focusDown <+> doF copyToAll
|
||||
, className =? "Pinentry" --> doFloat <+> doF copyToAll
|
||||
]
|
||||
where
|
||||
viewShift = doF . liftM2 (.) W.greedyView W.shift
|
||||
|
@ -85,9 +85,6 @@ in {
|
||||
services = {
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
pinentry-program ${pkgs.pinentry}/bin/pinentry-curses
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -55,7 +55,7 @@ in {
|
||||
# utils
|
||||
wget tmux zsh vim htop acpi bc p7zip mpv
|
||||
git pass unzip zip w3m whois dnsutils feh
|
||||
parted iotop nmap tldr sshfs pinentry_ncurses
|
||||
parted iotop nmap tldr sshfs
|
||||
oathToolkit neomutt pciutils easyrsa openvpn
|
||||
lsof tcpdump ddcutil pmount woeusb tigervnc
|
||||
file mkpasswd irssi heroku hdparm debootstrap
|
||||
|
Loading…
Reference in New Issue
Block a user