80 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *
This commit is contained in:
parent
523827f429
commit
015881d858
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user