hosts/winnowing: update default modules

This commit is contained in:
Gabriel Arazas 2024-01-10 15:41:57 +08:00
parent 8e09719b5f
commit ce49044b63
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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
];
})
];
};
}