Fix on modules name and on zsh
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.user.shell.zsh;
|
||||
cfg = config.home.shell.zsh;
|
||||
in
|
||||
{
|
||||
options.user.shell.zsh = {
|
||||
options.home.shell.zsh = {
|
||||
enable = mkEnableOption "System zsh service";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user