1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 14:33:45 +01:00

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
home/docker.nix Normal file
View File

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