Compare commits
2 commits
c47c97a405
...
c7da0e9251
Author | SHA1 | Date | |
---|---|---|---|
c7da0e9251 | |||
51afc24d89 |
2 changed files with 20 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
|||
_: {
|
||||
wayland.windowManager.sway.config.input = {
|
||||
wayland.windowManager.sway.config = {
|
||||
input = {
|
||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
|
@ -12,4 +13,11 @@ _: {
|
|||
"pointer_accel" = "0.3";
|
||||
};
|
||||
};
|
||||
|
||||
output = {
|
||||
"eDP-1" = {
|
||||
bg = "~/medias/images/wallpapers/wallpaper.png center #000000";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue