dots/configurations/price/overlays.nix
Price Hiller 77f94f5789
refactor: use nix home manager for configuration
🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀
2023-10-23 06:10:25 -05:00

10 lines
187 B
Nix

{ nixpkgs, ... }:
{
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url = https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz;
}))
];
}