Add nix-mode file template
This commit is contained in:
parent
501ed32ce5
commit
c3d48e286b
2 changed files with 11 additions and 0 deletions
9
modules/editor/file-templates/templates/nix-mode/__
Normal file
9
modules/editor/file-templates/templates/nix-mode/__
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- mode: snippet -*-
|
||||
# group: file templates
|
||||
# contributor: Henrik Lissner
|
||||
# --
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
$0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue