From ffba4dce9819f111645f6dd855604ade7510e01f Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Mon, 1 Jan 2024 16:52:10 -0500
Subject: [PATCH] Move hyprland import to host config

---
 home/common.nix     | 3 ---
 hosts/slab/home.nix | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/home/common.nix b/home/common.nix
index 6dc8c28..e1c70bb 100644
--- a/home/common.nix
+++ b/home/common.nix
@@ -1,8 +1,5 @@
 { lib, pkgs, osConfig, ... }:
 {
-  imports = [
-    ./hyprland.nix
-  ];
 
   # home.username = "nullbite";
   # home.homeDirectory = "/home/nullbite";
diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix
index 17edf26..3a5f535 100644
--- a/hosts/slab/home.nix
+++ b/hosts/slab/home.nix
@@ -2,6 +2,7 @@
 {
   imports = [
     ../../home/common.nix
+    ../../home/hyprland.nix
   ];
   
   home.stateVersion = "23.11";