Skip to content

Commit

Permalink
feat: add minecraft-fhs FHS environment
Browse files Browse the repository at this point in the history
  • Loading branch information
2giosangmitom committed Jun 29, 2024
1 parent 1effde8 commit b3553e3
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,60 @@
bob-nvim
mesa
libva

(pkgs.buildFHSUserEnv {
name = "minecraft-fhs";
targetPkgs = pkgs:
with pkgs; [
alsa-lib
atk
cairo
cups
dbus
expat
file
fontconfig
freetype
fuse
glib
gtk3
libGL
libnotify
libxml2
libxslt
netcat
nspr
nss
openjdk8
openssl.dev
pango
pkg-config
strace
udev
vulkan-loader
watch
wget
which
xorg.libX11
xorg.libxcb
xorg.libXcomposite
xorg.libXcursor
xorg.libXdamage
xorg.libXext
xorg.libXfixes
xorg.libXi
xorg.libXrandr
xorg.libXrender
xorg.libXScrnSaver
xorg.libxshmfence
xorg.libXtst
xorg.xcbutilkeysyms
zlib
fontconfig.lib
];
profile = ''export FHS=1'';
runScript = "bash";
})
]
++ (with pkgs-unstable; [
vscode.fhs
Expand Down

0 comments on commit b3553e3

Please sign in to comment.