summaryrefslogtreecommitdiff
path: root/config/sway/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/sway/default.nix')
-rw-r--r--config/sway/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/sway/default.nix b/config/sway/default.nix
new file mode 100644
index 0000000..b0906e0
--- /dev/null
+++ b/config/sway/default.nix
@@ -0,0 +1,8 @@
+{ home, pkgs, ... }:
+
+{
+ home.packages = with pkgs; [
+ sway
+ autotiling-rs
+ ];
+}