Last fix on darwin new structure

This commit is contained in:
Laurent Gueret
2026-02-11 16:00:40 +01:00
parent e3e63a800b
commit 7aaedb5ffa
30 changed files with 97 additions and 96 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{ lib, config, ... }:
with lib;
let
cfg = config.home.shell.nh;
cfg = config.user.shell.nh;
in
{
options.home.shell.nh = {
options.user.shell.nh = {
enable = mkEnableOption "System nh service";
};
config = mkIf cfg.enable {