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,6 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
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";
|
||||||
|
@ -13,11 +12,4 @@ _: {
|
||||||
"pointer_accel" = "0.3";
|
"pointer_accel" = "0.3";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
output = {
|
|
||||||
"eDP-1" = {
|
|
||||||
bg = "~/medias/images/wallpapers/wallpaper.png center #000000";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue