about summary refs log tree commit diff stats
path: root/hosts/IDOHVE/configuration.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-01 21:33:11 +0100
committerene <ene@sils.li>2023-02-03 17:34:11 +0100
commit871d3f95963eac25765427ecca9a8e4812071439 (patch)
tree5dcf241ece31050cf0c74219852242abe504e068 /hosts/IDOHVE/configuration.nix
parentBuild(flake): Added Flake.lock (diff)
downloadnixos-config-871d3f95963eac25765427ecca9a8e4812071439.zip
Feat: Split the config apart
Diffstat (limited to '')
-rw-r--r--hosts/IDOHVE/configuration.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/hosts/IDOHVE/configuration.nix b/hosts/IDOHVE/configuration.nix
index a3cf2b2c..e9ddc69d 100644
--- a/hosts/IDOHVE/configuration.nix
+++ b/hosts/IDOHVE/configuration.nix
@@ -7,15 +7,12 @@
   ...
 }: {
   imports = [
-    ./hardware.nix
-    ./gpu.nix
+    ./hardware/hardware.nix
     ./networking.nix
 
-    ../../system/packages.nix
-    ../../system/users.nix
+    ../../system/system.nix
 
-    ../../services/nix.nix
-    ../../services/zsh.nix
+    ../../services/services.nix
   ];