Compare commits

..
1 Commits
Author SHA1 Message Date
duynguyen 761ef128ef update 2026-09-02 23:11:13 +07:00
2 changed files with 31 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@
swappy swappy
libreoffice libreoffice
telegram-desktop telegram-desktop
megasync
pavucontrol pavucontrol
blueman blueman
+30
View File
@@ -105,9 +105,39 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Run prebuilt/foreign dynamically-linked Linux binaries (e.g. games)
# that expect a standard FHS-style dynamic linker.
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc.lib
zlib
openssl
curl
libGL
libglvnd
glib
fontconfig
freetype
alsa-lib
# SDL2 windowing backends (Wayland + XWayland fallback) — needed for
# prebuilt games (e.g. Ren'Py) to open a window at all.
wayland
libxkbcommon
libdecor
xorg.libX11
xorg.libXext
xorg.libXcursor
xorg.libXi
xorg.libXfixes
xorg.libXrandr
xorg.libXScrnSaver
];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
claude-code claude-code
git git
chromium
]; ];
services.openssh = { services.openssh = {