fix templates

This commit is contained in:
Joseph Hanson 2024-09-14 17:32:11 -05:00
parent 9e21298f1d
commit fd7e98aa15
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -12,7 +12,7 @@
" cfg = config.mySystem.${1:moduleName};", " cfg = config.mySystem.${1:moduleName};",
"in", "in",
"{", "{",
" options.${1:moduleName} = {", " options.mySystem.${1:moduleName} = {",
" enable = lib.mkEnableOption \"${2:Description of the module}\";", " enable = lib.mkEnableOption \"${2:Description of the module}\";",
" };", " };",
"", "",
@ -32,7 +32,7 @@
" cfg = config.myHome.programs.${1:moduleName};", " cfg = config.myHome.programs.${1:moduleName};",
"in", "in",
"{", "{",
" options.${1:moduleName} = {", " options.myHome.programs.${1:moduleName} = {",
" enable = lib.mkEnableOption \"${2:Description of the module}\";", " enable = lib.mkEnableOption \"${2:Description of the module}\";",
" };", " };",
"", "",