Update flake

This commit is contained in:
muon 2024-07-11 15:02:10 +00:00
parent 6bb34e1c51
commit c93f124c6f
9 changed files with 31 additions and 185 deletions

View file

@ -75,27 +75,27 @@ in {
xorg.xinit
python3
python3Packages.pip
python3Packages.virtualenv
python3Packages.tkinter
python3Packages.xlib
python3Packages.pillow
python3Packages.python-dotenv
python3Packages.pyautogui
python3Packages.aiohttp
python3Packages.discordpy
python3Packages.opencv4
stdenv.cc.cc.lib
glib
libglvnd
# python3
# python3Packages.pip
# python3Packages.virtualenv
# python3Packages.tkinter
# python3Packages.xlib
# python3Packages.pillow
# python3Packages.python-dotenv
# python3Packages.pyautogui
# python3Packages.aiohttp
# python3Packages.discordpy
# python3Packages.opencv4
# stdenv.cc.cc.lib
# glib
# libglvnd
];
environment.sessionVariables = rec {
LD_LIBRARY_PATH =
"${pkgs.lib.makeLibraryPath config.environment.systemPackages}:\
${pkgs.stdenv.cc.cc.lib.outPath}/lib:$LD_LIBRARY_PATH";
};
# environment.sessionVariables = rec {
# LD_LIBRARY_PATH =
# "${pkgs.lib.makeLibraryPath config.environment.systemPackages}:\
# ${pkgs.stdenv.cc.cc.lib.outPath}/lib:$LD_LIBRARY_PATH";
# };
services.xserver.enable = true;
@ -119,7 +119,6 @@ in {
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};