home: add abillity to include modules, add docker

This commit is contained in:
Sam W 2022-05-23 12:29:53 +01:00
parent 482ddb70e5
commit d1b006a5f7
1 changed files with 1 additions and 0 deletions

1
home/docker.nix Normal file
View File

@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = with pkgs; [ docker colima ]; }