mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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
|
# 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
|
||||||
];
|
];
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user