mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
config: update default host config
This commit is contained in:
parent
3499deb15c
commit
6d9f3007c8
@ -140,6 +140,7 @@
|
||||
# declarative host config so be sure to check out
|
||||
# `hostSpecificModule` function as well as the declarative host setup.
|
||||
++ [
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.disko.nixosModules.disko
|
||||
];
|
||||
|
@ -39,9 +39,8 @@
|
||||
format = null;
|
||||
modules = [
|
||||
inputs.nur.nixosModules.nur
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
|
||||
{
|
||||
({ config, ... }: {
|
||||
nixpkgs.overlays = [
|
||||
# Neovim nightly!
|
||||
inputs.neovim-nightly-overlay.overlays.default
|
||||
@ -55,7 +54,7 @@
|
||||
# Access to NUR.
|
||||
inputs.nur.overlay
|
||||
];
|
||||
}
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user