summaryrefslogtreecommitdiffstats
path: root/flake/templates/default.nix
blob: 60c8a0854a80fb82f2a71e497e92c5d7367acbca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  standalone = {
    path = ./standalone;
    description = "Standalone flake template for nvf";
    welcomeText = ''
      Template flake.nix has been created in flake.nix!

      Note that this is a very basic example to bootstrap nvf for you. Please edit your
      configuration as described in the nvf manual before using this template. The
      configured packages will be ran with 'nix run .' or 'nix run .#neovimConfigured'

      Happy editing!
    '';
  };
}