nix/{os,home-manager}: cleanup

This commit is contained in:
steveej 2018-11-03 19:33:58 +01:00
parent f476755ac3
commit 3316605df5
6 changed files with 10 additions and 33 deletions

View file

@ -22,12 +22,5 @@ in {
home.packages = []
++ (with pkgs; [
# Authentication
mkpasswd
# Version Control Systems
git-crypt
gitFull
mr
]);
}