diff options
| author | stefan <stefan@s00.xyz> | 2025-05-17 16:34:23 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-05-17 16:34:23 -0400 |
| commit | 2d701706abcc131aea8b2758cfff0acdc18a4b74 (patch) | |
| tree | 64feef0594c946767fcda60530ca4c6869af9a05 /form | |
| parent | eb7c71cb218c0a11eda9b3040c111d2924bf842c (diff) | |
| download | home-2d701706abcc131aea8b2758cfff0acdc18a4b74.tar.gz | |
update
Diffstat (limited to 'form')
| -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; |