Updated darwin flake.lock and fixed issue in darwin.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user