Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This is full deprecated please use eveeifyeve/dotfiles instead it has fully migrated templates and has more templates.

Flake-Templates

All of my flake templates made available to use.

Features

  • Flake templates are available in github.
  • Includes templates for favourite languages and frameworks.
  • Flake templates are written in nix and are easy to understand.
  • Flake templates are easy to use.

To get started

Template Names

  • Fenix (Rust): rust
  • Python: python
  • Zig: zig

Install template using cli

Get started by using the cli to install a template from github. Replace <template-name> with the name of the template you want to install.

nix flake init -t github:eveeifyeve/Flake-Templates#<template-name>

Add it to your config using flake.

Add the following to your flake.nix

{
    inputs = {
        eveeifyeve-flake-templates = {
            url = "github:eveeifyeve/Flake-Templates";
            inputs.nixpkgs.follows = "nixpkgs";
        };
    };

    outputs = { self, nixpkgs, eveeifyeve-flake-templates, ... }:
    {
        templates = inputs.eveeifyeve-flake-templates.templates;
    }
}

Then use

nix flake init ./path/to/config/flake.nix -t #<template-name>

About

All of my flake templates made available to use.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages