This commit is contained in:
LunarAkai 2025-03-16 19:45:20 +01:00
commit 3bfebb286d
14 changed files with 235 additions and 34 deletions

View file

@ -7,6 +7,10 @@
oh-my-zsh = {
enable = true;
plugins = [
"gh"
"rust"
];
};
history.size = 10000;
};