remove unused nix variables
2 files changed, 1 insertion(+), 2 deletions(-)
M system/linde.nix → system/linde.nix
@@ -685,7 +685,7 @@ hostPath = externalDir; isReadOnly = false; }; }; - config = { config, lib, pkgs, ... }: { + config = { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ lsof ];
M user/settings/darwin.nix → user/settings/darwin.nix
@@ -1,6 +1,5 @@ { config , pkgs -, lib , ... }: { home.packages = with pkgs; [