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,
|
lib,
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
system,
|
system,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
@ -9,8 +7,6 @@ let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
inherit (lib.snowfall.system) is-linux;
|
inherit (lib.snowfall.system) is-linux;
|
||||||
inherit (lib.marleyos) enabled;
|
inherit (lib.marleyos) enabled;
|
||||||
|
|
||||||
isGenericLinux = config.targets.genericLinux.enable;
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Anything in this folder should not include an enable/disable option. This is
|
# Anything in this folder should not include an enable/disable option. This is
|
||||||
|
|
Loading…
Reference in a new issue