Compare commits

..

No commits in common. "c7da0e92518b0f778dda6814f6b479fc22330701" and "c47c97a405b52065bd778ddd89e41e945e5ad3f8" have entirely different histories.

2 changed files with 9 additions and 20 deletions

View file

@ -1,23 +1,15 @@
_: { _: {
wayland.windowManager.sway.config = { wayland.windowManager.sway.config.input = {
input = { "1:1:AT_Translated_Set_2_keyboard" = {
"1:1:AT_Translated_Set_2_keyboard" = { xkb_layout = "us";
xkb_layout = "us"; xkb_variant = "altgr-intl";
xkb_variant = "altgr-intl";
};
"2:7:SynPS/2_Synaptics_TouchPad" = {
"tap" = "enable";
"accel_profile" = "adaptive";
"dwt" = "enable";
"pointer_accel" = "0.3";
};
}; };
output = { "2:7:SynPS/2_Synaptics_TouchPad" = {
"eDP-1" = { "tap" = "enable";
bg = "~/medias/images/wallpapers/wallpaper.png center #000000"; "accel_profile" = "adaptive";
}; "dwt" = "enable";
"pointer_accel" = "0.3";
}; };
}; };
} }

View file

@ -53,8 +53,5 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.opengl.enable = true; hardware.opengl.enable = true;
hardware.opengl.driSupport = true; hardware.opengl.driSupport = true;
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "ephase" ];
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
} }