Move more things to the common host configuration

This commit is contained in:
Oliver Davies 2024-12-30 17:43:49 +00:00
parent c5afed5767
commit 815ec0f429
9 changed files with 147 additions and 528 deletions

View file

@ -0,0 +1,8 @@
{
programs = {
zsh = {
enable = true;
histSize = 5000;
};
};
}