aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-01 15:46:40 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-01 15:46:40 -0500
commit464e39e3d96b513c0ae9d9b07bcc5ae47b48e622 (patch)
treeb95a6cce1bf4a540d5c777c7f01fc9864d82a26f /hosts/jupiter/config.nix
parenteb4c6fa1ba1e3a3bfe2291727bc89e0928139b8e (diff)
start using the terminal more on jupiter => make some changes
Diffstat (limited to 'hosts/jupiter/config.nix')
-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";