temporary lang fix

This commit is contained in:
cnst
2024-09-30 20:33:01 +02:00
parent af32037f5d
commit 98f42a3ecd

View File

@@ -29,7 +29,10 @@ in {
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.xserver.videoDrivers = ["nvidia"]; services.xserver = {
videoDrivers = ["nvidia"];
xkb.layout = "se";
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
egl-wayland egl-wayland
]; ];