aboutsummaryrefslogtreecommitdiff
path: root/host/obelix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/obelix.nix')
-rw-r--r--host/obelix.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/obelix.nix b/host/obelix.nix
new file mode 100644
index 0000000..bfd3522
--- /dev/null
+++ b/host/obelix.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+ imports = [
+ ../gui/default.nix
+ ];
+}