Updated darwin flake.lock and fixed issue in darwin.nix

This commit is contained in:
Random936
2024-12-08 22:00:47 -08:00
parent cc9c369ef2
commit 5a2ab333bf
2 changed files with 3 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
{ config, pkgs, lib, ... }: {
nix.settings.experimental-features = ["nix-command" "flakes"];
# Path fix for GUI applications.
launchd.user.envVariables.PATH = config.environment.systemPath;
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
git