Skip to content

connected-mhuanghobbs/.nixpkgs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.nixpkgs aka dotfiles with nix

nix-env -i all

will create dotfiles under ~/nix.profile/userHome/

you can link to them with:

find .nix-profile/userHome/ | sed "s/.nix-profile\/userHome\///g" | grep -v "^$" | xargs -I {} echo "ln -s ~/nix.profile/userHome/{} ~/{}"

About

.nixpkgs aka dotfiles with nix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 54.0%
  • Python 41.9%
  • Shell 4.1%