mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
Update flake
This commit is contained in:
parent
6bb34e1c51
commit
c93f124c6f
9 changed files with 31 additions and 185 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue