mirror of https://github.com/materusPL/Nixerus.git
materusPC: update config
This commit is contained in:
parent
2e2c942e32
commit
a545120e8a
|
@ -69,7 +69,7 @@ in
|
||||||
Option "SWCursor" "True"
|
Option "SWCursor" "True"
|
||||||
Option "VariableRefresh" "true"
|
Option "VariableRefresh" "true"
|
||||||
Option "AsyncFlipSecondaries" "true"
|
Option "AsyncFlipSecondaries" "true"
|
||||||
MatchDriver "amdgpu
|
MatchDriver "amdgpu"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
@ -226,14 +226,14 @@ in
|
||||||
/*containers.test = {
|
/*containers.test = {
|
||||||
config = { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ wayfire ]; };
|
config = { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ wayfire ]; };
|
||||||
autoStart = false;
|
autoStart = false;
|
||||||
};*/
|
};*/
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
gamescope
|
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
|
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
|
glibc
|
||||||
glib
|
glib
|
||||||
gtk3
|
gtk3
|
||||||
|
|
|
@ -37,6 +37,8 @@ let
|
||||||
pkgs.fuse
|
pkgs.fuse
|
||||||
pkgs.libsForQt5.breeze-qt5
|
pkgs.libsForQt5.breeze-qt5
|
||||||
pkgs.libsForQt5.breeze-gtk
|
pkgs.libsForQt5.breeze-gtk
|
||||||
|
pkgs.samba4Full
|
||||||
|
pkgs.tdb
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -49,6 +51,8 @@ let
|
||||||
pkgs.fontconfig
|
pkgs.fontconfig
|
||||||
pkgs.libxcrypt
|
pkgs.libxcrypt
|
||||||
pkgs.gnutls
|
pkgs.gnutls
|
||||||
|
pkgs.samba
|
||||||
|
pkgs.tdb
|
||||||
] ++
|
] ++
|
||||||
(with config.hardware.opengl; if pkgs.hostPlatform.is64bit
|
(with config.hardware.opengl; if pkgs.hostPlatform.is64bit
|
||||||
then [ package ] ++ extraPackages
|
then [ package ] ++ extraPackages
|
||||||
|
|
Loading…
Reference in New Issue