Regenerated
This commit is contained in:
+6
-2
@@ -1259,10 +1259,14 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
# Home Manager user configuration
|
||||
# System-wide installation
|
||||
environment.systemPackages = [
|
||||
emacsPkg
|
||||
];
|
||||
|
||||
# Home Manager user-specific configuration for your default user
|
||||
_module.args.hmUsers = {
|
||||
${username} = {
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacs";
|
||||
XDG_SCREENSHOTS_DIR = "~/screenshots";
|
||||
|
||||
@@ -55,10 +55,14 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
# Home Manager user configuration
|
||||
# System-wide installation
|
||||
environment.systemPackages = [
|
||||
emacsPkg
|
||||
];
|
||||
|
||||
# Home Manager user-specific configuration for your default user
|
||||
_module.args.hmUsers = {
|
||||
${username} = {
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacs";
|
||||
XDG_SCREENSHOTS_DIR = "~/screenshots";
|
||||
|
||||
Reference in New Issue
Block a user