This commit is contained in:
benstrb 2026-01-17 11:19:35 +01:00
parent c36d3dff49
commit 133b01cc11

View file

@ -39,5 +39,13 @@
home-manager.extraSpecialArgs = {inherit inputs;};
environment.systemPackages = with pkgs; [
xorg.libXcursor
xorg.libX11
xorg.libXi
# You might also need these:
xwayland
];
system.stateVersion = "25.11";
}