chore(home): Remove unused vars
This commit is contained in:
parent
2f6a961d28
commit
d37ff3ecf6
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue