diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-13 19:01:51 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-13 19:01:51 -0800 |
commit | f36be340c309f413f095f3ba704b3188c92ffdd9 (patch) | |
tree | 8e0504e6d4e137ef52aebe2969f07b11dbec6434 | |
parent | 5e02cdc7ed82ac10375cacfca6920f20f5729059 (diff) |
add nix-mode
-rw-r--r-- | yasnippet/nix-mode/mod | 8 |
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 |