Regenerated

This commit is contained in:
2026-03-27 08:49:28 +00:00
parent 793d82bd3d
commit 4425b722b3
2 changed files with 12 additions and 4 deletions
+6 -2
View File
@@ -1259,10 +1259,14 @@ let
in in
{ {
# Home Manager user configuration # System-wide installation
environment.systemPackages = [
emacsPkg
];
# Home Manager user-specific configuration for your default user
_module.args.hmUsers = { _module.args.hmUsers = {
${username} = { ${username} = {
home.sessionVariables = { home.sessionVariables = {
EDITOR = "emacs"; EDITOR = "emacs";
XDG_SCREENSHOTS_DIR = "~/screenshots"; XDG_SCREENSHOTS_DIR = "~/screenshots";
@@ -55,10 +55,14 @@ let
in in
{ {
# Home Manager user configuration # System-wide installation
environment.systemPackages = [
emacsPkg
];
# Home Manager user-specific configuration for your default user
_module.args.hmUsers = { _module.args.hmUsers = {
${username} = { ${username} = {
home.sessionVariables = { home.sessionVariables = {
EDITOR = "emacs"; EDITOR = "emacs";
XDG_SCREENSHOTS_DIR = "~/screenshots"; XDG_SCREENSHOTS_DIR = "~/screenshots";