mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 13:23:11 +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": {
|
"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": {
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
highlightStyle = "fg=#00bbbb,bold";
|
highlightStyle = "fg=#00bbbb,bold";
|
||||||
};
|
};
|
||||||
|
ohMyZsh = {
|
||||||
|
enable = true;
|
||||||
|
theme = "risto";
|
||||||
|
};
|
||||||
|
|
||||||
shellInit =
|
shellInit =
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue