parent
f70053b110
commit
16666b8adf
2 changed files with 3 additions and 2 deletions
|
@ -51,6 +51,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
git.hooks = {
|
git.hooks = {
|
||||||
pre-push.text = "nix flake check";
|
pre-commit.text = "nix flake check";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.dadada.home.helix;
|
cfg = config.dadada.home.helix;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
options.dadada.home.helix.enable = lib.mkEnableOption "Enable helix editor";
|
options.dadada.home.helix.enable = lib.mkEnableOption "Enable helix editor";
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue