80 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *

This commit is contained in:
Max Känner 2024-03-04 11:55:16 +01:00
parent 523827f429
commit 015881d858

View File

@ -126,7 +126,16 @@
# enableSSHSupport = true;
# };
programs.nix-ld.enable = true;
programs.nix-ld.libraries = [];
programs.nix-ld.libraries = with pkgs; [
wayland-protocols
libxkbcommon
xorg.libX11
xorg.libXinerama
xorg.libXcursor
xorg.libXrandr
xorg.libXi
xorg.libXext
];
programs.zsh.enable = true;
programs.steam.enable = true;