about summary refs log tree commit diff
path: root/users/glittershark/system/system/modules/development.nix
blob: a36cd3a21f61c81c69f83b727b032d797677d676 (plain) (blame)
1
2
3
4
5
{ config, lib, pkgs, ... }:

{
  virtualisation.docker.enable = true;
}