darwin updates

This commit is contained in:
mjallen18
2025-10-23 20:33:53 -05:00
parent b77f2a3c45
commit 57c5926dac
7 changed files with 55 additions and 119 deletions

View File

@@ -2,7 +2,7 @@
config,
lib,
pkgs,
hasDestopEnvironment,
hasDestopEnvironment ? true,
...
}:
{

View File

@@ -3,7 +3,7 @@
pkgs,
system,
namespace,
hasDestopEnvironment,
hasDestopEnvironment ? true,
...
}:
let

View File

@@ -1,4 +1,9 @@
{ lib, system, hasDestopEnvironment, ... }:
{
lib,
system,
hasDestopEnvironment ? true,
...
}:
let
isArm = builtins.match "aarch64*" system != null;
in