Update nix

This commit is contained in:
muon 2024-07-13 22:42:39 +00:00
parent 652b8599f8
commit 4e26aadf87
5 changed files with 19 additions and 19 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, lib, config, ... }: let
steam-xinit = pkgs.writeShellScriptBin "steam-xinit" ''
${lib.getExe pkgs.steam} &
exec ${lib.getExe pkgs.openbox} &
exec ${lib.getExe pkgs.xterm}
exec ${pkgs.openbox}/bin/openbox &
exec ${pkgs.xterm}/bin/xterm
'';
in {
@ -92,9 +92,9 @@ in {
};
};
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
};
# programs.ssh.forwardX11 = true;