mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 00:18:59 +00:00
hosts/winnowing: update default modules
This commit is contained in:
parent
8e09719b5f
commit
ce49044b63
@ -98,6 +98,13 @@
|
|||||||
modules = [
|
modules = [
|
||||||
# Well, well, well...
|
# Well, well, well...
|
||||||
inputs.nixos-wsl.nixosModules.default
|
inputs.nixos-wsl.nixosModules.default
|
||||||
|
|
||||||
|
({ config, ... }: {
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
# Make the most of it.
|
||||||
|
inputs.neovim-nightly-overlay.overlays.default
|
||||||
|
];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user