diff options
Diffstat (limited to '')
| -rw-r--r-- | config/sway/default.nix | 8 |
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 + ]; +} |
