set a better zsh theme for the iso

This commit is contained in:
Rouven Seifert 2023-05-02 09:58:25 +02:00
parent e3809bb6ae
commit 2308f6cfa1
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 7 additions and 3 deletions

View file

@ -177,11 +177,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1682836095, "lastModified": 1683009613,
"narHash": "sha256-PdzpJhuXBz71AgWNWMMYLbB8GMMce6QguhQY/6HOOcc=", "narHash": "sha256-jJh8JaoHOLlk7iFLgZk1PlxCCNA2KTKfOLMLCa9mduA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "e4a21ddcb45ee5f5c85a5d9e9698debf77fb98c3", "rev": "7dc46304675f4ff2d6be921ef60883efd31363c4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -11,6 +11,10 @@
enable = true; enable = true;
highlightStyle = "fg=#00bbbb,bold"; highlightStyle = "fg=#00bbbb,bold";
}; };
ohMyZsh = {
enable = true;
theme = "risto";
};
shellInit = shellInit =
'' ''