Update modules/applications/firefox.nix
This commit is contained in:
parent
df4984acd4
commit
35a6667cfa
@ -2,7 +2,10 @@
|
|||||||
with import ../../support.nix { inherit lib config; };
|
with import ../../support.nix { inherit lib config; };
|
||||||
let thm = config.themes.colors;
|
let thm = config.themes.colors;
|
||||||
in {
|
in {
|
||||||
environment.sessionVariables.MOZ_USE_XINPUT2 = "1";
|
environment.sessionVariables = {
|
||||||
|
MOZ_USE_XINPUT2 = "1";
|
||||||
|
MOZ_DBUS_REMOTE = "1";
|
||||||
|
};
|
||||||
home-manager.users.balsoft = lib.mkIf (config.deviceSpecific.goodMachine) {
|
home-manager.users.balsoft = lib.mkIf (config.deviceSpecific.goodMachine) {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
plasma-integration
|
plasma-integration
|
||||||
|
Loading…
Reference in New Issue
Block a user