Compare commits

..

No commits in common. "d3304af3d5771e8d5bac6ee9bbdbce56086d54f7" and "b4d6539e7e9948aaba5efd7a67a63672d1fa80ef" have entirely different histories.

View file

@ -52,7 +52,7 @@ the default theme enabled. You may use other options inside `config.vim` in
# Can also move this to another config file if you pass your own
# inputs/self around with specialArgs
({pkgs, ...}: {
environment.systemPackages = [self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim];
environment.systemPackages = [self.packages.${pkgs.stdenv.system}.neovim];
})
];
# ...