Fix cs #25

Merged
dadada merged 2 commits from fix-cs into main 2022-11-01 19:38:55 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -51,6 +51,6 @@
];
git.hooks = {
pre-push.text = "nix flake check";
pre-commit.text = "nix flake check";
};
})

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 {