This commit is contained in:
NotAShelf 2025-07-30 11:10:21 +00:00
commit d9826beff1
26 changed files with 11 additions and 111768 deletions

View file

@ -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