refactor(shell): remove omz config from users file and add to home-manager

This commit is contained in:
2026-03-05 20:52:19 +01:00
parent 7566d0d1ef
commit 404868aa85
3 changed files with 4 additions and 9 deletions

View File

@@ -14,10 +14,5 @@
enable = true;
enableCompletion = true;
autosuggestions.enable = true;
ohMyZsh = {
enable = true;
plugins = [ "git" "sudo" ];
theme = "gentoo";
};
};
}