about summary refs log tree commit diff
path: root/machines/aszlig/meshuggah.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-01-12 07:40:33 +0100
committeraszlig <aszlig@redmoonstudios.org>2017-01-12 07:40:33 +0100
commitc26c951386e422814c411693184018b7df4430d6 (patch)
treee1fb2130be53986dffe5ed86f08e5806b77d9467 /machines/aszlig/meshuggah.nix
parentd1015532a6f021b19eae3037b9ed7a2e4719d68d (diff)
machines/meshuggah: Set cyan color in prompt
This is mainly to distinguish the prompt color from my workstations so
it's clearly obvious that I'm working on meshuggah rather than say
mmrnmhrm.

We needed to add another option to the zsh module so that we can easily
override machine colors for other machines as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/meshuggah.nix')
-rw-r--r--machines/aszlig/meshuggah.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/meshuggah.nix b/machines/aszlig/meshuggah.nix
index 208f650a..4a98022d 100644
--- a/machines/aszlig/meshuggah.nix
+++ b/machines/aszlig/meshuggah.nix
@@ -2,6 +2,7 @@
 
 {
   vuizvui.user.aszlig.profiles.base.enable = true;
+  vuizvui.user.aszlig.programs.zsh.machineColor = "cyan";
 
   boot.initrd.availableKernelModules = [ "sdhci_acpi" ];
   boot.kernelPackages = pkgs.linuxPackages_latest;