kamilchm / .nixpkgs

.nixpkgs aka dotfiles with nix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.nixpkgs aka dotfiles with nix

Fully declarative user environment

  1. Use nix to manage all your user space programs declaratively.
  2. Prepare dotfiles with injected dependencies from https://github.com/NixOS/nixpkgs and install it into $out/userHome.
  3. Link dotfiles from .nix-profile into user home directory.

How to use it?

  1. Install nix
  2. Git clone .nixpkgs into ~/.nixpkgs
  3. Customize it for your needs.
  4. Run .nixpkgs/install.sh

About

.nixpkgs aka dotfiles with nix


Languages

Language:Nix 36.6%Language:Lua 32.1%Language:Python 19.2%Language:Shell 10.8%Language:Elixir 1.4%