chore: remove unused variables

This commit is contained in:
Donovan Glover 2024-11-07 19:32:55 -05:00
parent 477cac53a2
commit e4a389f195
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,7 +8,7 @@
let let
inherit (nixosConfig._module.specialArgs) nix-config; inherit (nixosConfig._module.specialArgs) nix-config;
inherit (lib) mkIf singleton; inherit (lib) singleton;
search = { search = {
force = true; force = true;
@ -83,8 +83,6 @@ let
"toolkit.legacyUserProfileCustomizations.stylesheets" = true; "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
}; };
isPhone = nixosConfig.programs.calls.enable;
in in
{ {
programs.librewolf = { programs.librewolf = {