Add nix-mode file template

This commit is contained in:
Henrik Lissner 2019-06-27 21:35:53 +02:00
parent 501ed32ce5
commit c3d48e286b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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
}