Merge branch 'master' of github.com:pagedMov/nixos-config

This commit is contained in:
pagedmov
2024-11-01 15:23:18 -04:00
7 changed files with 110 additions and 8 deletions

View File

@@ -48,6 +48,12 @@
style = "bold purple";
};
hostname = {
ssh_symbol = "🌐";
ssh_only = false;
format = "[$ssh_symbol](bold blue)[$hostname](bold red)";
};
custom.shellver = {
command = "zsh --version";
when = ''test $SHELL = "/run/current-system/sw/bin/zsh"'';