pinwheel: Disable autoscroll in firefox
This commit is contained in:
@@ -32,6 +32,10 @@ let
|
|||||||
${wrapped}/bin/firefox -p
|
${wrapped}/bin/firefox -p
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sharedSettings = {
|
||||||
|
"general.autoscroll" = false;
|
||||||
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home-manager.users.alex = {
|
home-manager.users.alex = {
|
||||||
@@ -44,16 +48,19 @@ in
|
|||||||
alex = {
|
alex = {
|
||||||
id = 0;
|
id = 0;
|
||||||
name = "alex";
|
name = "alex";
|
||||||
|
|
||||||
|
settings = sharedSettings // {};
|
||||||
};
|
};
|
||||||
|
|
||||||
work = {
|
work = {
|
||||||
id = 1;
|
id = 1;
|
||||||
name = "work";
|
name = "work";
|
||||||
|
|
||||||
|
settings = sharedSettings // {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [ ff ];
|
home.packages = [ ff ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user