]> Untitled Git - monorepo.git/commitdiff
add nix-mode
authorPreston Pan <ret2pop@gmail.com>
Fri, 14 Feb 2025 03:01:51 +0000 (19:01 -0800)
committerPreston Pan <ret2pop@gmail.com>
Fri, 14 Feb 2025 03:01:51 +0000 (19:01 -0800)
yasnippet/nix-mode/mod [new file with mode: 0644]

diff --git a/yasnippet/nix-mode/mod b/yasnippet/nix-mode/mod
new file mode 100644 (file)
index 0000000..abbd6e9
--- /dev/null
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: mod
+# key: mod
+# --
+{ lib, config, ... }:
+{
+  $0
+}
\ No newline at end of file