Refactor nixvim to move it as standalone package instead of nixos module
This commit is contained in:
parent
92ec57e83f
commit
c75945ddba
8 changed files with 24 additions and 68 deletions
|
|
@ -9,6 +9,7 @@ in
|
|||
./wallpapers.nix
|
||||
./waydroid-script.nix
|
||||
./rime-yuhaostar.nix
|
||||
./nixvim.nix
|
||||
|
||||
./pkgsNoCuda.nix
|
||||
]
|
||||
|
|
|
|||
5
overlays/additions/nixvim.nix
Normal file
5
overlays/additions/nixvim.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) nixvim;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue