1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

NeoVim: Add NvChad

This commit is contained in:
RGBCube 2023-05-06 17:00:49 +03:00
parent 88ca5159a3
commit eb89e6a38a
5 changed files with 41 additions and 2 deletions

View file

@ -37,6 +37,8 @@
{
nixosConfigurations.${hostName} = nixpkgs.lib.nixosSystem {
specialArgs = {
lib = nixpkgs.lib;
pkgs = import nixpkgs {
system = hostPlatform;
config.allowUnfree = true;