summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-03 07:47:02 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-03 07:47:02 -0800
commit79a822773f64ee7ab92e24623bef670d13379f63 (patch)
tree7461d09ebeb52e03984a910f795f253a3151820d
parentsome tweaks to the theme (diff)
downloademacs.d-79a822773f64ee7ab92e24623bef670d13379f63.tar.gz
add a snippet for new nix module
-rw-r--r--snippets/nix-mode/new7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/nix-mode/new b/snippets/nix-mode/new
new file mode 100644
index 0000000..d317178
--- /dev/null
+++ b/snippets/nix-mode/new
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: new
+# key: new
+# --
+{pkgs}: {
+  $0
+}
\ No newline at end of file