fix: move pinentry-curses out of pass profile

This commit is contained in:
Infinidoge 2021-09-19 21:52:11 -04:00
parent 78e9184a2b
commit babf7dbced
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,8 @@
gnome3.adwaita-icon-theme
adwaita-qt
lxappearance
pinentry-curses
];
environment.shellAliases.ssh = "kitty +kitten ssh";

View file

@ -16,6 +16,4 @@
'';
services.password-store-sync.enable = true;
environment.systemPackages = with pkgs; [ pinentry-curses ];
}