My dotfiles powered by snowfall, containing my whole system configuration, home configuration and neovim setup.
- Clone this repo (you probably want to use
nix-shell -p git
on a fresh system) andcd
into it, - Run
cp /etc/nixos/hardware-configuration.nix systems/x86_64-linux/babylon
, - Run
nixos rebuild-switch --flake .#default
,
Add this to your flake.nix
:
# your flake.nix
inputs = {
...
neovim.url = "github:geraldserafin/dotfiles";
neovim.inputs.nixpkgs.follows = "nixpkgs";
}
Alternatively you can simply run nix run github:geraldserafin/dotfiles#neovim