Regenerated
This commit is contained in:
@@ -58,7 +58,7 @@ in
|
||||
];
|
||||
|
||||
# Home Manager user-specific configuration for your default user
|
||||
_module.args.hmUsers = {
|
||||
home-manager.users = {
|
||||
${username} = {
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacs";
|
||||
|
||||
@@ -30,7 +30,7 @@ in
|
||||
#################################
|
||||
# Home Manager user configuration
|
||||
#################################
|
||||
_module.args.hmUsers = {
|
||||
home-manager.users = {
|
||||
${username} = {
|
||||
|
||||
# Enable Kitty through Home Manager
|
||||
|
||||
@@ -46,7 +46,7 @@ in
|
||||
home-manager.users = {
|
||||
${username} = {
|
||||
programs.zsh.enable = true;
|
||||
shell = pkhs.zsh;
|
||||
shell = pkgs.zsh;
|
||||
|
||||
# Include the generated zshrc if you want
|
||||
home.file.".config/zsh/.zshrc".source = generatedZsh;
|
||||
|
||||
@@ -62,7 +62,7 @@ in
|
||||
#################################
|
||||
# Home Manager
|
||||
#################################
|
||||
_module.args.hmUsers = {
|
||||
home-manager.users = {
|
||||
"${username}" = {
|
||||
home.file = lib.mkMerge [
|
||||
stylixFiles
|
||||
|
||||
Reference in New Issue
Block a user