Add an install-medium; Major refactor to introduce composability; Simplify usage #10

Merged
steveej merged 18 commits from staging into master 2018-10-31 00:29:08 +00:00
Showing only changes of commit d6bc21171d - Show all commits

View file

@ -144,6 +144,12 @@ in {
enable = true;
};
programs.git = {
enable = true;
userName = "Stefan Junker";
userEmail = "mail@stefanjunker.de";
};
home.keyboard = {
layout = "us";
variant = "altgr-intl";
@ -220,7 +226,6 @@ in {
++ (with pkgs; [
# Version Control Systems
git-crypt
gitFull
gitless
# Filesystem Tools