Skip to content

JanKleine/home-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Clone Repository
git clone --recurse-submodules [email protected]:JanKleine/home-manager.git ~/.config/home-manager
  1. Initialize home-manager
nix run home-manager/master -- init --switch
  1. Later
home-manager switch
# OR
hm switch

Structure

home-manager/
├── README.md
├── configs/             # additional configs that only need to be symlinked
├── home-ipt.nix         # users go here
├── home-jankleine.nix
└── programs/            # programs configured through home-manager
    ├── default.nix
    ├── git.nix
    ┊
    ├── zsh/             # additional configs for these programs go here
    └── zsh.nix

About

My home-manager configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published