From 044c649f59452d9526b4cfa710b101547a3351aa Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 5 Feb 2024 21:09:59 +0100 Subject: [PATCH] Remove unused argument --- home-manager/modules/common/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/modules/common/default.nix b/home-manager/modules/common/default.nix index 0961fc4..9e4f7c1 100644 --- a/home-manager/modules/common/default.nix +++ b/home-manager/modules/common/default.nix @@ -1,6 +1,5 @@ { config, - lib, nixosConfig, pkgs, ...