diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
| commit | 62c6e3038af1e360af462c928d28d049070e113f (patch) | |
| tree | dad053a5e3cd8035e62676aa3df5404fd4a03894 /config/sway | |
| parent | 9881f2cb777a54483c4b2932b45ccc13332a57d9 (diff) | |
update
Diffstat (limited to 'config/sway')
| -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 +  ]; +} | 
