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