mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-24 21:34:42 +00:00
Compare commits
No commits in common. "d3304af3d5771e8d5bac6ee9bbdbce56086d54f7" and "b4d6539e7e9948aaba5efd7a67a63672d1fa80ef" have entirely different histories.
d3304af3d5
...
b4d6539e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
})
|
||||
];
|
||||
# ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue