Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 526 Bytes

Home Manager Configuration

Bootstrapping:

  1. Install Nix

  2. Run:

    $ nix build \
          --extra-experimental-features nix-command \
          --extra-experimental-features flakes \
          github:gmacon/dotfiles#homeConfigurations.home-laptop.activationPackage
    $ ./result/activate
    $ rm result
    $ clone https://github.com/gmacon/dotfiles

Updates:

$ home-manager switch --flake ~/code/github.com/gmacon/dotfiles#home-laptop