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