summaryrefslogtreecommitdiff
path: root/modules/sway/options.nix
diff options
context:
space:
mode:
authorFabian Montero <fabian@posixlycorrect.com>2025-08-05 23:22:16 -0600
committerAlejandro Soto <alejandro@34project.org>2025-08-06 13:40:06 -0600
commit3e85a281ec997ddfac4601c15e6851e6dd31bfb6 (patch)
tree6da6234ee7f99b3ca838e99e8f44e65a300311c9 /modules/sway/options.nix
parent578b0c59aa75fedf7594d4ce95b2038cc53f53cd (diff)
add sway module
Diffstat (limited to 'modules/sway/options.nix')
-rw-r--r--modules/sway/options.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/sway/options.nix b/modules/sway/options.nix
new file mode 100644
index 0000000..e433039
--- /dev/null
+++ b/modules/sway/options.nix
@@ -0,0 +1,3 @@
+{...}: {
+ sys = {};
+}