From d37ff3ecf689fddce665015acb4d2817bf3d1905 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Fri, 22 Nov 2024 17:28:59 -0800 Subject: [PATCH] chore(home): Remove unused vars --- modules/home/base/base/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/home/base/base/default.nix b/modules/home/base/base/default.nix index 2c9c641..f502a97 100644 --- a/modules/home/base/base/default.nix +++ b/modules/home/base/base/default.nix @@ -1,7 +1,5 @@ { lib, - config, - pkgs, system, ... }: @@ -9,8 +7,6 @@ let inherit (lib) mkIf; inherit (lib.snowfall.system) is-linux; inherit (lib.marleyos) enabled; - - isGenericLinux = config.targets.genericLinux.enable; in { # Anything in this folder should not include an enable/disable option. This is