mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 19:01:35 +00:00
deploy: 132e50c1e4
This commit is contained in:
parent
6e169d0a5f
commit
d9826beff1
26 changed files with 11 additions and 111768 deletions
|
@ -170,7 +170,8 @@ the default theme enabled. You may use other options inside <code class="literal
|
|||
# ...
|
||||
modules = [
|
||||
# This will make wrapped neovim available in your system packages
|
||||
# Can also move this to another config file if you pass inputs/self around with specialArgs
|
||||
# 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];
|
||||
})
|
||||
|
@ -179,7 +180,7 @@ the default theme enabled. You may use other options inside <code class="literal
|
|||
};
|
||||
};
|
||||
};
|
||||
}```
|
||||
}
|
||||
</code></pre>
|
||||
</div><div class="chapter"> <div class="titlepage"> <div> <div> <h2 id="ch-standalone-hm" class="title" >Standalone Installation on Home-Manager </h2> </div> </div></div><p>Your built Neovim configuration can be exposed as a flake output to make it
|
||||
easier to share across machines, repositories and so on. Or it can be added to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue