summary refs log tree commit diff stats
path: root/hm/sway/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/sway/default.nix')
-rw-r--r--hm/sway/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hm/sway/default.nix b/hm/sway/default.nix
new file mode 100644
index 0000000..794c681
--- /dev/null
+++ b/hm/sway/default.nix
@@ -0,0 +1,7 @@
+{...}: {
+  wayland.windowManager.sway = {
+    enable = true;
+    config = {
+    };
+  };
+}