nix stuff
This commit is contained in:
parent
aadff64368
commit
3b63b8b52b
5 changed files with 56 additions and 23 deletions
|
|
@ -14,6 +14,23 @@ with lib; {
|
|||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
steam = pkgs.steam.override {
|
||||
extraPkgs = pkgs:
|
||||
with pkgs; [
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXinerama
|
||||
xorg.libXScrnSaver
|
||||
libpng
|
||||
libpulseaudio
|
||||
libvorbis
|
||||
stdenv.cc.cc.lib
|
||||
libkrb5
|
||||
keyutils
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
|
|
@ -27,7 +44,6 @@ with lib; {
|
|||
BeatSaberModManager
|
||||
protontricks
|
||||
protonup-qt
|
||||
gamemode
|
||||
gamescope
|
||||
|
||||
monado
|
||||
|
|
@ -57,6 +73,7 @@ with lib; {
|
|||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
environment.etc.logitechG920 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue