home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

f (67B)


      1 # -*- mode: snippet -*-
      2 # name: func
      3 # --
      4 func ${1:fun}($2) {
      5 	$0
      6 }