Regenerated
This commit is contained in:
+291
-292
File diff suppressed because it is too large
Load Diff
+3
-4
@@ -1145,7 +1145,6 @@ This sets up the zsh in the terminal
|
|||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
# Use defaultUser or fallback to "henrov"
|
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
generatedZsh = "${flakeRoot}/generated/.config/zsh/.zshrc";
|
generatedZsh = "${flakeRoot}/generated/.config/zsh/.zshrc";
|
||||||
in
|
in
|
||||||
@@ -1165,7 +1164,7 @@ in
|
|||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
# autocd = true;
|
autocd = true;
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -1182,8 +1181,8 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
autosuggestions.enable = true;
|
enableAutosuggestions = true;
|
||||||
syntaxHighlighting.enable = true;
|
enableSyntaxHighlighting = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use ~/.config/zsh as ZDOTDIR
|
# Use ~/.config/zsh as ZDOTDIR
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
# Use defaultUser or fallback to "henrov"
|
|
||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
generatedZsh = "${flakeRoot}/generated/.config/zsh/.zshrc";
|
generatedZsh = "${flakeRoot}/generated/.config/zsh/.zshrc";
|
||||||
in
|
in
|
||||||
@@ -21,7 +20,7 @@ in
|
|||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
# autocd = true;
|
autocd = true;
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -38,8 +37,8 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
autosuggestions.enable = true;
|
enableAutosuggestions = true;
|
||||||
syntaxHighlighting.enable = true;
|
enableSyntaxHighlighting = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use ~/.config/zsh as ZDOTDIR
|
# Use ~/.config/zsh as ZDOTDIR
|
||||||
|
|||||||
Reference in New Issue
Block a user