Terminal stuff

This commit is contained in:
2021-11-17 21:31:01 +02:00
parent 374728c009
commit f3e3ab2c13
3 changed files with 66 additions and 1 deletions

View File

@ -58,4 +58,16 @@
};
};
};
programs.gpg = {
enable = true;
settings = {
"default-key" = "2104943D6033C8F4F7D4F560BDA6DFEDBCFB6779";
"default-recipient-self" = "";
"keyserver-options" = "auto-key-retrieve";
};
};
programs.myZsh.enable = true;
programs.myUrxvt.enable = true;
}