We have made an emacs conf with profiles. And refactored lab tool to use deploy-rs

This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-03 15:09:33 +02:00
parent 24b01ae4f0
commit bff56e4ffc
22 changed files with 1448 additions and 176 deletions

View file

@ -8,9 +8,7 @@
# Editors
zed-editor
neovim
emacs
vscode
vscodium-fhs
# Language servers
nixd
@ -35,12 +33,13 @@
direnv
gh
github-copilot-cli
deploy-rs
# ai
claude-code
];
# System-wide Emacs daemon
services.emacs.enable = true;
# Note: Emacs is now configured via modules/development/emacs.nix
# with machine-specific profiles
# Enable ZSH system-wide for development
programs.zsh.enable = true;