summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 31a202fb..3bdabeb6 100644
--- a/hel.nix
+++ b/hel.nix
@@ -57,6 +57,10 @@
57 # } 57 # }
58 # ]; 58 # ];
59 59
60 virtualisation.docker = {
61 enable = true;
62 };
63
60 environment.systemPackages = with pkgs; [ 64 environment.systemPackages = with pkgs; [
61 git 65 git
62 slock 66 slock