home

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

switch (100B)


      1 # -*- mode: snippet -*-
      2 # name: switch
      3 # key: switch
      4 # --
      5 switch {
      6     case ${1:cond}:
      7          $0
      8 }