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