Skip to content

How to install overlay #2

@Doosty

Description

@Doosty

Hi, sorry for newbie nix question but i have never used an overlay before and having trouble installing this. I am using this base starter config https://github.com/Misterio77/nix-starter-configs/tree/main/standard and i have created a repo from your template. Ive tried dozens on configurations and this is the only one that managed to build. However nvim is not available afterwards. Help much appreciated.

  # flake.nix
  inputs = {
    kickstart-nix-nvim.url = "github:doosty/kickstart-nix.nvim";
  };
  outputs = {
    kickstart-nix-nvim,
  }
# ./nixos/configuration.nix
{
  inputs,
  ...
}: {
  nixpkgs = {
    overlays = [
      inputs.kickstart-nix-nvim.overlays.default
    ];
  };

  environment.systemPackages = with pkgs; [
    inputs.kickstart-nix-nvim
  ];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions