mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
hosts/winnowing: update default modules
This commit is contained in:
parent
8e09719b5f
commit
ce49044b63
@ -98,6 +98,13 @@
|
||||
modules = [
|
||||
# Well, well, well...
|
||||
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