diff options
Diffstat (limited to 'form/home.nix')
| -rw-r--r-- | form/home.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/form/home.nix b/form/home.nix index 2dcae82..50c7668 100644 --- a/form/home.nix +++ b/form/home.nix @@ -17,8 +17,10 @@ ]; }; - colors.mountain.enable = true; + # colors.mountain.enable = true; + colors.tomorrow.enable = true; gpg.enable = true; + zsh.theme = "simple"; pass = { enable = true; |