Fix on configuration files
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.home.shell.devenv;
|
||||
cfg = config.home.shell.env;
|
||||
in
|
||||
{
|
||||
options.home.shell.devenv = {
|
||||
options.home.shell.env = {
|
||||
enable = mkEnableOption "System devenv service";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
@@ -14,6 +14,7 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Laurent Gueret";
|
||||
|
||||
@@ -10,7 +10,7 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
programs.zsh = {
|
||||
enableCompletion = true;
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
oh-my-zsh = {
|
||||
|
||||
Reference in New Issue
Block a user