From c88ae10abdd88e758aba2059fa5f68012884a980 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Tue, 1 Apr 2025 08:02:11 +1100 Subject: [PATCH] setup global python --- nixos/configuration.nix | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a9d31be..2c0cc86 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -247,7 +247,10 @@ gradle gcc dotnetCorePackages.sdk_8_0_3xx - + (pkgs.writeShellScriptBin "python" '' + export LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH + exec ${pkgs.python312}/bin/python "$@" + '') # noisetorch # yad # unzip @@ -286,6 +289,25 @@ glib glibc # === Ludusavi === + + # === html wallpaper === + python312Packages.pyqt6-webengine + # === + + zlib + zstd + stdenv.cc.cc + curl + openssl + attr + libssh + bzip2 + libxml2 + acl + libsodium + util-linux + xz + systemd ]; # Some programs need SUID wrappers, can be configured further or are