diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 2ebf0d2..2369830 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -193,8 +193,6 @@ in } ''; - programs.man.enable = true; - programs.zsh = { enable = true; dotDir = "${config.xdg.configHome}/zsh"; diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 1e87f49..7c04bc0 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -45,6 +45,11 @@ in services.automatic-timezoned.enable = true; services.geoclue2.enable = true; services.pcscd.enable = true; + documentation.man = { + enable = true; + generateCaches = true; + }; + i18n.defaultLocale = "en_US.UTF-8"; security.pam.services.hyprlock = { };