Compare commits
No commits in common. "c7da0e92518b0f778dda6814f6b479fc22330701" and "c47c97a405b52065bd778ddd89e41e945e5ad3f8" have entirely different histories.
c7da0e9251
...
c47c97a405
2 changed files with 9 additions and 20 deletions
|
@ -1,23 +1,15 @@
|
|||
_: {
|
||||
wayland.windowManager.sway.config = {
|
||||
input = {
|
||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
|
||||
"2:7:SynPS/2_Synaptics_TouchPad" = {
|
||||
"tap" = "enable";
|
||||
"accel_profile" = "adaptive";
|
||||
"dwt" = "enable";
|
||||
"pointer_accel" = "0.3";
|
||||
};
|
||||
wayland.windowManager.sway.config.input = {
|
||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
|
||||
output = {
|
||||
"eDP-1" = {
|
||||
bg = "~/medias/images/wallpapers/wallpaper.png center #000000";
|
||||
};
|
||||
"2:7:SynPS/2_Synaptics_TouchPad" = {
|
||||
"tap" = "enable";
|
||||
"accel_profile" = "adaptive";
|
||||
"dwt" = "enable";
|
||||
"pointer_accel" = "0.3";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -53,8 +53,5 @@
|
|||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = [ "ephase" ];
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue