Fix on configuration files

This commit is contained in:
2026-02-11 20:04:42 +01:00
parent 4f10ad35cd
commit 43de971de3
6 changed files with 24 additions and 36 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
}:
with lib;
let
cfg = config.home.shell.devenv;
cfg = config.home.shell.env;
in
{
options.home.shell.devenv = {
options.home.shell.env = {
enable = mkEnableOption "System devenv service";
};
config = mkIf cfg.enable {