mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
set a better zsh theme for the iso
This commit is contained in:
parent
e3809bb6ae
commit
2308f6cfa1
|
@ -177,11 +177,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1682836095,
|
||||
"narHash": "sha256-PdzpJhuXBz71AgWNWMMYLbB8GMMce6QguhQY/6HOOcc=",
|
||||
"lastModified": 1683009613,
|
||||
"narHash": "sha256-jJh8JaoHOLlk7iFLgZk1PlxCCNA2KTKfOLMLCa9mduA=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "e4a21ddcb45ee5f5c85a5d9e9698debf77fb98c3",
|
||||
"rev": "7dc46304675f4ff2d6be921ef60883efd31363c4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
enable = true;
|
||||
highlightStyle = "fg=#00bbbb,bold";
|
||||
};
|
||||
ohMyZsh = {
|
||||
enable = true;
|
||||
theme = "risto";
|
||||
};
|
||||
|
||||
shellInit =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue