Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.65 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.65 KB

dotfiles

This codebase uses Home Manager and Nix flakes to setup and manager my personal environment. The user environment may be installed "standalone" or encorporated into a NixOS system with the provided flake outputs.

What's Included (i.e. how do I computer)

modules

packages

software

Using

Standalone

home-manager switch --flake .#[stevan-wsl|stevan-mac|stevan]

Prerequisites

  • home-manager
  • direnv (optional)
  • nix (optional)

Prefered installation is to use direnv, which will set up the default devShell and install home-manager.o

Alternatively, manually run nix develop to setup and install home-manager.

Alternatively, follow the home-manager installation guide.