config: update default host config

This commit is contained in:
Gabriel Arazas 2023-12-25 20:03:22 +08:00
parent 3499deb15c
commit 6d9f3007c8
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 3 additions and 3 deletions

View File

@ -140,6 +140,7 @@
# declarative host config so be sure to check out # declarative host config so be sure to check out
# `hostSpecificModule` function as well as the declarative host setup. # `hostSpecificModule` function as well as the declarative host setup.
++ [ ++ [
inputs.nix-index-database.nixosModules.nix-index
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
inputs.disko.nixosModules.disko inputs.disko.nixosModules.disko
]; ];

View File

@ -39,9 +39,8 @@
format = null; format = null;
modules = [ modules = [
inputs.nur.nixosModules.nur inputs.nur.nixosModules.nur
inputs.nix-index-database.nixosModules.nix-index
{ ({ config, ... }: {
nixpkgs.overlays = [ nixpkgs.overlays = [
# Neovim nightly! # Neovim nightly!
inputs.neovim-nightly-overlay.overlays.default inputs.neovim-nightly-overlay.overlays.default
@ -55,7 +54,7 @@
# Access to NUR. # Access to NUR.
inputs.nur.overlay inputs.nur.overlay
]; ];
} })
]; ];
}; };