aboutsummaryrefslogtreecommitdiff
path: root/yasnippet
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-13 19:01:51 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-13 19:01:51 -0800
commitf36be340c309f413f095f3ba704b3188c92ffdd9 (patch)
tree8e0504e6d4e137ef52aebe2969f07b11dbec6434 /yasnippet
parent5e02cdc7ed82ac10375cacfca6920f20f5729059 (diff)
add nix-mode
Diffstat (limited to 'yasnippet')
-rw-r--r--yasnippet/nix-mode/mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/yasnippet/nix-mode/mod b/yasnippet/nix-mode/mod
new file mode 100644
index 0000000..abbd6e9
--- /dev/null
+++ b/yasnippet/nix-mode/mod
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: mod
+# key: mod
+# --
+{ lib, config, ... }:
+{
+ $0
+} \ No newline at end of file