mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
efc177c15f
Adds a program module for [Sapling](https://sapling-scm.com/). Since Sapling itself is very similar in nature to Mercurial, `modules/programs/mercurial.nix` was copied to make this module with the ignore pieces removed (Sapling respects gitignore).
4 lines
80 B
Nix
4 lines
80 B
Nix
{
|
|
sapling-basic = ./sapling-basic.nix;
|
|
sapling-most = ./sapling-most.nix;
|
|
}
|