Skip to content

dotfiles configuration — powered by nix and home manager

Notifications You must be signed in to change notification settings

behlock/dotfiles.nix

Repository files navigation

Dotfiles.nix

Dotfiles, powered by Nix and home-manager.

How to use

  1. Install Nix:

    sh <(curl -L https://nixos.org/nix/install)
  2. Enable Nix Flakes:

    mkdir -p ~/.config/nix
    
    cat <<EOF >> ~/.config/nix/nix.conf
    experimental-features = nix-command flakes
    EOF
    
    sudo launchctl kickstart -k system/org.nixos.nix-daemon
  3. Go inside your ~/.config directory and clone this repo:

    cd ~/.config && \
      git clone https://github.com/behlock/dotfiles.nix.git home-manager && cd home-manager
  4. Install home-manager

  5. Run the flake and activate your env:

    home-manager switch -b backup
  6. Then you can update it with:

    nix flake update && home-manager switch

About

dotfiles configuration — powered by nix and home manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published