mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Cleanup
This commit is contained in:
parent
86a3de9311
commit
652b8599f8
11 changed files with 38 additions and 68 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue