[m] Migrated deprecated options & lock update

This commit is contained in:
soraefir
2024-02-06 09:23:37 +01:00
parent 7434010069
commit 4f7a2fca23
18 changed files with 270 additions and 268 deletions

View File

@ -5,8 +5,10 @@ in {
services.xserver = {
enable = true;
videoDrivers = [ "amd" ];
layout = "us";
xkbVariant = "intl";
xkb = {
layout = "us";
variant = "intl";
};
excludePackages = [ pkgs.xterm ];
exportConfiguration = true;
# libinput.touchpad.tapping = false;