Fix cs #25

Merged
dadada merged 2 commits from fix-cs into main 2022-11-01 19:38:55 +01:00
Showing only changes of commit 7326b0b424 - Show all commits

View file

@ -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 {