New structure since I kept struggling with the home-manager implemnentation

This commit is contained in:
2026-03-18 15:24:53 +00:00
parent 580f06c420
commit 3ade172d84
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, config, ... }:
{ lib, config, pkgs, ... }:
let
coreEnabled = config.mySystem.system.core.enable or false;