summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kj-laptop01/home.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/kj-laptop01/home.nix b/kj-laptop01/home.nix
index 2c3eb57..78a6667 100644
--- a/kj-laptop01/home.nix
+++ b/kj-laptop01/home.nix
@@ -15,7 +15,7 @@
htop
git
zellij
- tmux
+ tmu
];
# Configure sops for home-manager
@@ -32,6 +32,12 @@
};
};
+ # Helix editor configuration
+ programs.helix = {
+ enable = true;
+ defaultEditor = true;
+ };
+
# SSH public key (private key is managed by sops)
home.file.".ssh/id_ed25519.pub" = {
text = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMtGcEXu5S/0zsF6Suxc65DmGFGt1JWRnqadoVhErOed kjtsanaktsidis@KJMacbookGroq.local";