Add user-specific configurations for Emacs and Stylix across multiple hosts

Updated the configuration files for miniserver, server, and workstation to include user-specific settings for Emacs and Stylix. This change enhances user management consistency and aligns with the recent refactor for multi-user support in the configuration.
This commit is contained in:
Danilo Reyes
2026-01-16 14:06:42 -06:00
parent fa19c92b1e
commit 0559d212fe
6 changed files with 34 additions and 7 deletions

View File

@@ -27,6 +27,14 @@ in
tools = enableForDerek;
multimedia = enableForDerek;
};
stylix = {
enable = true;
users = "bearded_dragonn";
};
emacs = {
enable = true;
users = "bearded_dragonn";
};
};
sops.secrets = lib.mkIf config.my.secureHost {
derek-password.neededForUsers = true;