config: update default home-manager config

This commit is contained in:
Gabriel Arazas 2023-08-02 15:20:26 +08:00
parent 2622101910
commit 6d58d6a14e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -200,7 +200,7 @@
# be used for sharing modules among home-manager users from NixOS
# configurations with `nixpkgs.useGlobalPkgs` set to `true` so avoid
# setting nixpkgs-related options here.
userSharedConfig = { pkgs, config, ... }: {
userSharedConfig = { pkgs, config, lib, ... }: {
imports = [
inputs.nur.hmModules.nur
inputs.sops-nix.homeManagerModules.sops
@ -239,12 +239,15 @@
programs.home-manager.enable = true;
manual = {
manual = lib.mkDefault {
html.enable = true;
json.enable = true;
manpages.enable = true;
};
home.stateVersion = lib.mkDefault "23.11";
};
nixSettingsSharedConfig = { config, lib, pkgs, ... }: {
# I want to capture the usual flakes to its exact version so we're
# making them available to our system. This will also prevent the