From a545120e8a32e17900695fe828c954a7fc91d2a2 Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 3 Jun 2023 13:15:01 +0200 Subject: [PATCH] materusPC: update config --- configurations/host/materusPC/tmp.nix | 8 ++++---- configurations/profile/os/games/steam.nix | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index 234f496..7657588 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -69,7 +69,7 @@ in Option "SWCursor" "True" Option "VariableRefresh" "true" Option "AsyncFlipSecondaries" "true" - MatchDriver "amdgpu + MatchDriver "amdgpu" EndSection ''; @@ -226,14 +226,14 @@ in /*containers.test = { config = { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ wayfire ]; }; autoStart = false; - };*/ + };*/ environment.systemPackages = with pkgs; [ firefox gamescope - (pkgs.lutris.override { extraLibraries = pkgs: with pkgs; [ pkgs.libunwind pkgs.libusb1 pkgs.gnutls pkgs.gtk3 pkgs.pango ]; }) + #(pkgs.lutris.override { extraLibraries = pkgs: with pkgs; [ pkgs.samba pkgs.jansson pkgs.tdb pkgs.libunwind pkgs.libusb1 pkgs.gnutls pkgs.gtk3 pkgs.pango ]; }) materusPkgs.amdgpu-pro-libs.prefixes - (pkgs.bottles.override { extraLibraries = pkgs: with pkgs; [ pkgs.libunwind pkgs.libusb1 pkgs.gnutls pkgs.gtk3 pkgs.pango ]; }) + (pkgs.bottles.override { extraPkgs = pkgs: with pkgs; [ pkgs.libsForQt5.breeze-qt5 pkgs.libsForQt5.breeze-gtk pkgs.nss_latest ]; extraLibraries = pkgs: with pkgs; [ pkgs.samba pkgs.jansson pkgs.tdb pkgs.libunwind pkgs.libusb1 pkgs.gnutls pkgs.gtk3 pkgs.pango ]; }) glibc glib gtk3 diff --git a/configurations/profile/os/games/steam.nix b/configurations/profile/os/games/steam.nix index c7d79f2..713b180 100644 --- a/configurations/profile/os/games/steam.nix +++ b/configurations/profile/os/games/steam.nix @@ -37,6 +37,8 @@ let pkgs.fuse pkgs.libsForQt5.breeze-qt5 pkgs.libsForQt5.breeze-gtk + pkgs.samba4Full + pkgs.tdb ]; @@ -49,6 +51,8 @@ let pkgs.fontconfig pkgs.libxcrypt pkgs.gnutls + pkgs.samba + pkgs.tdb ] ++ (with config.hardware.opengl; if pkgs.hostPlatform.is64bit then [ package ] ++ extraPackages