Compare commits

..

2 commits

Author SHA1 Message Date
c7da0e9251 Add wallpaper for Luci 2023-11-09 22:35:38 +01:00
51afc24d89 Add virtualbox 2023-11-09 22:35:38 +01:00
2 changed files with 20 additions and 9 deletions

View file

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

View file

@ -53,5 +53,8 @@
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;
}