From 64fcc75cf8b4bf2617c89a1a55c3390cf9b841b3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Apr 2025 16:22:17 +0200 Subject: refactor(treewide): Remove unneeded lambda arguments with deadnix The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` --- modules/home.legacy/conf/starship/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/home.legacy/conf/starship') diff --git a/modules/home.legacy/conf/starship/default.nix b/modules/home.legacy/conf/starship/default.nix index 5db6eb8b..5255ba66 100644 --- a/modules/home.legacy/conf/starship/default.nix +++ b/modules/home.legacy/conf/starship/default.nix @@ -1,7 +1,6 @@ { lib, nixosConfig, - pkgs, ... }: { programs.starship = { -- cgit 1.4.1