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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue