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; };
|
||||
let thm = config.themes.colors;
|
||||
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.packages = with pkgs; [
|
||||
plasma-integration
|
||||
|
Loading…
Reference in New Issue
Block a user