fix format
This commit is contained in:
parent
f70053b110
commit
7326b0b424
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
cfg = config.dadada.home.helix;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.dadada.home.helix.enable = lib.mkEnableOption "Enable helix editor";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue