add pluto host

This commit is contained in:
zackartz 2024-05-03 13:33:06 -04:00
parent cca7181901
commit 78ac00643c
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
9 changed files with 321 additions and 32 deletions

View file

@ -15,7 +15,7 @@ in {
ZSH_AUTOSUGGEST_USE_ASYNC = "true";
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
};
autosuggestion.enable = true;
enableAutosuggestions = true;
history = {
save = 2137;
size = 2137;

View file

@ -3,15 +3,6 @@
lib,
...
}: {
services = {
udiskie.enable = true;
gpg-agent = {
enable = true;
pinentryPackage = lib.mkForce pkgs.pinentry-gnome3;
enableSshSupport = true;
enableZshIntegration = true;
};
};
programs = {
gpg.enable = true;
man.enable = true;