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