summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-01-14 14:58:47 +0200
committertzlil <tzlils@protonmail.com>2023-01-14 14:58:47 +0200
commit8a528d47c5cba60a9ac77dfe0582b8fb506e6828 (patch)
treec020deedb37abc52faac050016f0bca368d698cf
parentc39a53978fde0e9f3c87218d2dbf3d3babfddb9b (diff)
forgot semicolon
-rw-r--r--mixins/sway.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixins/sway.nix b/mixins/sway.nix
index 481b03e..5e80167 100644
--- a/mixins/sway.nix
+++ b/mixins/sway.nix
@@ -286,5 +286,5 @@ in {
         '';
       };
     };
-  }
-3}
\ No newline at end of file
+  };
+}
\ No newline at end of file