Skip to content

Commit

Permalink
chore: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Nov 8, 2024
1 parent 477cac5 commit e4a389f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions home/librewolf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
let
inherit (nixosConfig._module.specialArgs) nix-config;

inherit (lib) mkIf singleton;
inherit (lib) singleton;

search = {
force = true;
Expand Down Expand Up @@ -83,8 +83,6 @@ let

"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
};

isPhone = nixosConfig.programs.calls.enable;
in
{
programs.librewolf = {
Expand Down

0 comments on commit e4a389f

Please sign in to comment.