Skip to content

alexisquintero/nix

Repository files navigation

New Install

Nixos

  1. Format
  2. Partition
  3. Luks encryption
  4. Install regular NIXOS // TODO
  5. Clone repo to ~./config/nix
  6. Switch to this repo/flake

Home-Manager

  1. Clone repo to ~/.config/nix

  2. Create private.nix

    { ... }:
    
    {
      programs.git.userEmail = "user@email";
    } 
  3. nix shell -p home-manager
    1. NIXPKGS_ALLOW_UNFREE=1 home-manager switch --flake .#{output} --extra-experimental-features "nix-command flakes"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages