fix(hostnames): move hostname to configuration.nix

This commit is contained in:
2026-03-05 17:38:00 +01:00
parent f182b2418a
commit 6a132670e2
4 changed files with 10 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
theme = "agnoster";
theme = "gentoo";
#plugins = [ "git" "ssh-agent" ];
};
};