/dotfiles

Linux dotfiles

Primary LanguageEmacs Lisp

Dotfiles

Using nix for reproducible packages everything I can

Install

  1. Enable flakes
  2. git clone https://github.com/nix-community/home-manager.git ~/somewhere
  3. Install home manager (with flakes)
  4. Configure in flake.nix
  5. Remove .git and make it your own

Some configurations are not in nix yet (.config/), you can sync it using Stow.

How to understand Nix?