Skip to content

juanedi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My config files!

Initial setup

  1. Install nix
  2. Install home-manager (following instructions for the unstable branch)
  3. (Optional) Install programs not managed by nix:
  4. Link home.nix into a place home-manager will find it: ln -s ./home.nix ~/.config/nixpkgs/home.nix (from the repo's root)
  5. Run home-manager switch to activate the setup
  6. Update your user (or terminal app) settings to use the version of zsh installed by nix as your default shell (~/.nix-profile/bin/zsh)

Making changes

  • Just modify the sources and re-run home-manager switch.
  • You can also run home-manager build to build the new environment's derivation without activating it.

About

Configuration files et al.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published