mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 07:17:28 +01:00
Make Screeps work
This commit is contained in:
parent
dc8bbfdeaf
commit
9d02119b6e
20
overlays/steam.nix
Normal file
20
overlays/steam.nix
Normal file
@ -0,0 +1,20 @@
|
||||
# Needed for screeps
|
||||
# https://github.com/NixOS/nixpkgs/issues/32881
|
||||
self: super:
|
||||
{
|
||||
steam = super.steam.override {
|
||||
extraPkgs = super: with super; [
|
||||
gnome3.gtk
|
||||
zlib
|
||||
dbus
|
||||
freetype
|
||||
glib
|
||||
atk
|
||||
cairo
|
||||
gdk_pixbuf
|
||||
pango
|
||||
fontconfig
|
||||
xorg.libxcb
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user