From 31e00e0481c91649f06bbbfe5b4a87d0948ea97b Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 24 Mar 2024 00:12:08 +0100 Subject: [PATCH] Remove unused argument --- modules/home/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/shell.nix b/modules/home/shell.nix index 357190b..1162aaf 100644 --- a/modules/home/shell.nix +++ b/modules/home/shell.nix @@ -1,7 +1,6 @@ { config, lib, - osConfig, ... }: let cfg = config.myConfig.shell;