inception
configuration for Helix in Nix using Flakes
Add it as an input to your flake
inputs.inceptionhelix.url = "github:henrisota/inceptionhelix";
Set it as a package in your configuration
home.packages = [inputs.inceptionhelix.packages.${system}.default];
environment.systemPackages = [inputs.inceptionhelix.packages.${system}.default];
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 -- ./
Configuration is set under configuration.
Overall flake structure follows Snowfall.