This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager.git
synced
2024-12-15 17:50:53 +00:00
Code
Activity
866d7d5152
home-manager
/
overlay.nix
4 lines
93 B
Nix
Raw
Normal View
History
Unescape
Escape
Add overlay and instructions for using it
2017-09-25 12:14:51 +00:00
self
:
super
:
{
Apply `nixfmt` on many files
2020-02-01 23:39:17 +00:00
home-manager
=
super
.
callPackage
./home-manager
{
path
=
toString
./.
;
}
;
Add overlay and instructions for using it
2017-09-25 12:14:51 +00:00
}
Copy permalink