add Home Manager and SNM

This commit is contained in:
Denis Lehmann 2020-07-30 14:13:31 +02:00
parent f2d3defbc9
commit 32a3d95e77
2 changed files with 12 additions and 0 deletions

5
nix.md
View file

@ -4,9 +4,14 @@ This is a collection of software projects, using the Nix ecosystem.
- [**comma**](https://github.com/Shopify/comma)
Runs software without installing it
- [**Home Manager**](https://github.com/rycee/home-manager)
Provides a basic system for managing a user environment using the
Nix package manager together with the Nix libraries found in Nixpkgs
- [**Nixery**](http://nixery.dev/)
Ad-hoc container images that contain packages from the Nix package
manager
- [**pushnix**](https://github.com/arnarg/pushnix)
CLI tool to push your NixOS configuration repository to a remote
host using Git and then run `nixos-rebuild` on the host using SSH
- [**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver)
Complete and Simple NixOS Mailserver

View file

@ -1,6 +1,10 @@
[**comma**](https://github.com/Shopify/comma)
: Runs software without installing it
[**Home Manager**](https://github.com/rycee/home-manager)
: Provides a basic system for managing a user environment using the
Nix package manager together with the Nix libraries found in Nixpkgs
[**Nixery**](http://nixery.dev/)
: Ad-hoc container images that contain packages from the Nix package
manager
@ -8,3 +12,6 @@
[**pushnix**](https://github.com/arnarg/pushnix)
: CLI tool to push your NixOS configuration repository to a remote
host using Git and then run `nixos-rebuild` on the host using SSH
[**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver)
: Complete and Simple NixOS Mailserver