Add nix-mode file template

This commit is contained in:
Henrik Lissner
2019-06-27 21:35:53 +02:00
parent 501ed32ce5
commit c3d48e286b
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# group: file templates
# contributor: Henrik Lissner
# --
{ config, lib, pkgs, ... }:
{
$0
}