Add git and sudo plugins to isoimage-pc.

This commit is contained in:
Whovian NTSN 2024-09-03 03:54:51 -04:00
parent fe9b7e964e
commit a7fe95aaba

View file

@ -284,6 +284,10 @@
ohMyZsh = {
enable = true;
theme = "bira";
plugins = [
"git"
"sudo"
];
};
};
};