We have made an emacs conf with profiles. And refactored lab tool to use deploy-rs
This commit is contained in:
parent
24b01ae4f0
commit
bff56e4ffc
22 changed files with 1448 additions and 176 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue