fix stormd
This commit is contained in:
parent
985d584213
commit
1b1bd60f4b
9 changed files with 1296 additions and 28 deletions
25
modules/neovim/flake.nix
Normal file
25
modules/neovim/flake.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
inputs = {
|
||||
ringofstorms-nvim.url = "git+https://git.joshuabell.xyz/nvim";
|
||||
};
|
||||
|
||||
outputs =
|
||||
{
|
||||
ringofstorms-nvim,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixosModules = {
|
||||
default =
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
ringofstorms-nvim.packages.${pkgs.system}.neovim
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue