This commit is contained in:
muon 2024-07-13 22:28:27 +00:00
parent 86a3de9311
commit 652b8599f8
11 changed files with 38 additions and 68 deletions

View file

@ -1,6 +1,4 @@
{ pkgs, lib, config, ... }: let
# smoop = pkgs.callPackage ./smoop.nix {};
steam-xinit = pkgs.writeShellScriptBin "steam-xinit" ''
${lib.getExe pkgs.steam} &
exec ${lib.getExe pkgs.openbox} &
@ -69,34 +67,11 @@ in {
openbox
steam-xinit
# smoop
novnc
tigervnc
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
];
# 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;
networking.firewall.allowedTCPPorts = [ 6080 ];