flake updates - calufrax addition - possibly not being updated more because i am not planning to use nixos for much longer but keeping this here for the poss i do
This commit is contained in:
parent
fb4ad07620
commit
5683ef172f
9 changed files with 485 additions and 149 deletions
|
|
@ -66,23 +66,8 @@
|
|||
gamescopeSession.enable = true;
|
||||
protontricks.enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXinerama
|
||||
xorg.libXScrnSaver
|
||||
xorg.libxcb
|
||||
libpng
|
||||
libpulseaudio
|
||||
libvorbis
|
||||
stdenv.cc.cc.lib
|
||||
libkrb5
|
||||
keyutils
|
||||
gamemode
|
||||
procps
|
||||
usbutils
|
||||
] ++ config.fonts.packages;
|
||||
extraCompatPackages = with pkgs; [
|
||||
steamtinkerlaunch
|
||||
libpulseaudio
|
||||
];
|
||||
remotePlay.openFirewall = true; # Open ports in the fire>
|
||||
dedicatedServer.openFirewall = true; # Open ports in the>
|
||||
|
|
@ -92,7 +77,6 @@
|
|||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
"libsoup-2.74.3"
|
||||
"intel-media-sdk-23.2.2"
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue