mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-23 04:53:27 +00:00
Compare commits
3 commits
b4d6539e7e
...
d3304af3d5
| Author | SHA1 | Date | |
|---|---|---|---|
|
d3304af3d5 |
|||
|
|
903c0d3a73 |
||
|
|
daaa7b0ca9 |
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.system}.neovim];
|
||||
environment.systemPackages = [self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim];
|
||||
})
|
||||
];
|
||||
# ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue