temporary lang fix
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user