mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
set a better zsh theme for the iso
This commit is contained in:
parent
e3809bb6ae
commit
2308f6cfa1
2 changed files with 7 additions and 3 deletions
|
@ -11,6 +11,10 @@
|
|||
enable = true;
|
||||
highlightStyle = "fg=#00bbbb,bold";
|
||||
};
|
||||
ohMyZsh = {
|
||||
enable = true;
|
||||
theme = "risto";
|
||||
};
|
||||
|
||||
shellInit =
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue