From e0dbabd339dbed169336a98589c1574e30847c7a Mon Sep 17 00:00:00 2001
From: dadada <dadada@dadada.li>
Date: Fri, 9 Oct 2020 21:37:15 +0200
Subject: [PATCH] Move stuff from common directly into gorgon

---
 modules/gorgon.nix | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/modules/gorgon.nix b/modules/gorgon.nix
index 8361036..88b65ec 100644
--- a/modules/gorgon.nix
+++ b/modules/gorgon.nix
@@ -10,10 +10,19 @@ let
     MOZ_ENABLE_WAYLAND= "1";
   };
   unstable = import <nixpkgs-unstable> {};
+  colors = import ./colors.nix;
 in
 {
   imports = [
-    ./common.nix
+    ./vim
+    ./tmux.nix
+    ./zsh.nix
+    ./gpg.nix
+    ./ssh.nix
+    ./git.nix
+    ./gtk.nix
+    ./xdg.nix
+    ./keyring.nix
   ];
 
   # Let Home Manager install and manage itself.