about summary refs log tree commit diff stats
path: root/hosts/IDOHVE/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/IDOHVE/configuration.nix')
-rw-r--r--hosts/IDOHVE/configuration.nix23
1 files changed, 23 insertions, 0 deletions
diff --git a/hosts/IDOHVE/configuration.nix b/hosts/IDOHVE/configuration.nix
new file mode 100644
index 00000000..a3cf2b2c
--- /dev/null
+++ b/hosts/IDOHVE/configuration.nix
@@ -0,0 +1,23 @@
+# vim: ts=2
+{
+  config,
+  lib,
+  nixpkgs,
+  home-manager,
+  ...
+}: {
+  imports = [
+    ./hardware.nix
+    ./gpu.nix
+    ./networking.nix
+
+    ../../system/packages.nix
+    ../../system/users.nix
+
+    ../../services/nix.nix
+    ../../services/zsh.nix
+  ];
+
+
+  system.stateVersion = "23.05";
+}