aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/jupiter/config.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/jupiter/config.nix b/hosts/jupiter/config.nix
index 27bda45..be07242 100644
--- a/hosts/jupiter/config.nix
+++ b/hosts/jupiter/config.nix
@@ -39,10 +39,14 @@
};
helix = {
+ theme = "adwaita";
enable = true;
hardMode = false;
};
+ tmux.enable = true;
+ broot.enable = true;
+
git = {
enable = true;
userName = "Collin Williams";