Regenerated

This commit is contained in:
2026-03-30 13:09:05 +00:00
parent 0aa664b9cc
commit 1aa1b0a021
3 changed files with 297 additions and 300 deletions
+291 -292
View File
File diff suppressed because it is too large Load Diff
+3 -4
View File
@@ -1145,7 +1145,6 @@ This sets up the zsh in the terminal
{ lib, config, pkgs, flakeRoot, ... }:
let
# Use defaultUser or fallback to "henrov"
username = config.defaultUser or "henrov";
generatedZsh = "${flakeRoot}/generated/.config/zsh/.zshrc";
in
@@ -1165,7 +1164,7 @@ in
programs.zsh = {
enable = true;
enableCompletion = true;
# autocd = true;
autocd = true;
oh-my-zsh = {
enable = true;
@@ -1182,8 +1181,8 @@ in
];
};
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
};
# Use ~/.config/zsh as ZDOTDIR
@@ -1,7 +1,6 @@
{ lib, config, pkgs, flakeRoot, ... }:
let
# Use defaultUser or fallback to "henrov"
username = config.defaultUser or "henrov";
generatedZsh = "${flakeRoot}/generated/.config/zsh/.zshrc";
in
@@ -21,7 +20,7 @@ in
programs.zsh = {
enable = true;
enableCompletion = true;
# autocd = true;
autocd = true;
oh-my-zsh = {
enable = true;
@@ -38,8 +37,8 @@ in
];
};
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
};
# Use ~/.config/zsh as ZDOTDIR