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

@ -33,6 +33,10 @@
# Development tools
../../modules/development/tools.nix
../../modules/development/emacs.nix
# Emacs with workstation profile
../../modules/development/emacs.nix
# AI tools
../../modules/ai/claude-code.nix
@ -61,6 +65,14 @@
];
};
# Emacs workstation configuration
services.emacs-profiles = {
enable = true;
profile = "workstation";
enableDaemon = true;
user = "geir";
};
# Enable clean seatd/greetd login
services.seatd-clean.enable = true;