Skip to content

SecretVal/kix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kix

What is kix

Kix is a cli interface for kickstart.nix written in rust (yeah rust)

Install

Dependencies: - nix - nix-command - nix flakes - git - fzf

  1. Install all the dependencies.
  2. Clone this git repo.
  3. In the repo you just cloned run:
nix profile install
  1. Now you have kix installed.
  2. Look here How to use
  3. Look here How to update

Quickstart

kix help

Install

To install nix globally on any nixos machine that uses flakes is as easy as:

inputs.kix.url = "github:secretval/kix";

and then either:

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

or

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

You will have to create a variable system for that to work or you can just replace the ${system} with your system architecture.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages