Skip to content

henrisota/inceptionhelix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


inceptionhelix

inception configuration for Helix in Nix using Flakes

Installation

Add it as an input to your flake

inputs.inceptionhelix.url = "github:henrisota/inceptionhelix";

Set it as a package in your configuration

Home Manager

home.packages = [inputs.inceptionhelix.packages.${system}.default];

NixOS

environment.systemPackages = [inputs.inceptionhelix.packages.${system}.default];

Development

To easily test the current main configuration, simply run the following command

nix run github:henrisota/inceptionhelix

For local development and testing changes, clone the repository and run the following command

nix run .

Pass in arguments to helix via operands

nix run github:henrisota/inceptionhelix -- ./

Structure

Configuration is set under configuration.

Overall flake structure follows Snowfall.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages