Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.34 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.34 KB

Flake Templates

Features

  • Automatic loading with direnv
  • Flake template for all of my needs
  • Easily orgnized into folders.

Table of Contents

Templates

Works on Nix/NixOS

  • Rust,
  • Python,
  • Node &
  • Tauri.

Not working on certian platforms

  • Java &
  • Kotlin.

Getting Started

To get started and to use a template run the follow command below:

nix flake init -t ~/.dotfiles#<Template>

with #<Template> with <Template> being your template of choice:

Loading

Automaticly loading | Prefered way

To get started with loading it automaticly run the following command below to allow it to run:

direnv allow 

This will allow it to run the configuration for your specifiyed tempalte.

Manualy

To Load your configuration manualy you can run the following command:

nix develop --impure

This is will load you into and envioment with it there to exit just run exit to exit the enviroment.