mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 09:13:09 +01:00
chore: remove unused variables
This commit is contained in:
parent
477cac53a2
commit
e4a389f195
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user