From 049942e916fa6fd5dc8ee8e1a2b9e9b8b8a391b2 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 6 Sep 2022 20:02:12 +0200 Subject: [PATCH] Add common docker ingredient --- home/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/common.nix b/home/common.nix index 41a020f..ee967c1 100644 --- a/home/common.nix +++ b/home/common.nix @@ -61,6 +61,10 @@ # Databases postgresql + mariadb + + # Docker, because it's useful ...sometimes + docker ]; home.sessionVariables = {