Skip to content

kamilchm/.nixpkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 13, 2023
c3f9194 · Jan 13, 2023
Jan 13, 2023
Jan 8, 2018
Aug 1, 2022
Nov 19, 2022
Aug 8, 2022
Jun 6, 2019
Jan 13, 2023
Mar 25, 2021
Aug 1, 2022
Jan 13, 2023
Nov 19, 2022
Nov 19, 2022

Repository files navigation

.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