From fea230ff9d282b9298a64e0e3ec7bf2c4d855696 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 11 Mar 2024 10:03:20 +0100 Subject: [PATCH] Remove unused argument --- home-manager/modules/common/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/home-manager/modules/common/default.nix b/home-manager/modules/common/default.nix index 3647a8a..ce54b5a 100644 --- a/home-manager/modules/common/default.nix +++ b/home-manager/modules/common/default.nix @@ -1,9 +1,4 @@ -{ - config, - nixosConfig, - pkgs, - ... -}: +{ config, nixosConfig, ... }: { # Home Manager needs a bit of information about you and the # paths it should manage.