diff options
| author | Fabian Montero <fabian@posixlycorrect.com> | 2025-08-05 23:22:16 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-06 13:40:06 -0600 |
| commit | 3e85a281ec997ddfac4601c15e6851e6dd31bfb6 (patch) | |
| tree | 6da6234ee7f99b3ca838e99e8f44e65a300311c9 /modules/default.nix | |
| parent | 578b0c59aa75fedf7594d4ce95b2038cc53f53cd (diff) | |
add sway module
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/default.nix b/modules/default.nix index 70dec76..bd5d292 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,3 +1,5 @@ { - imports = []; + imports = [ + ./sway + ]; } |
