File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4242 # a unified launcher for Windows games on Linux
4343 umu-launcher
4444
45+ # Sed-like editor for binary files
46+ # required by some games to fix problems
47+ bbe
48+
4549 # Mayuri Spec
4650
4751 # a GUI game launcher for Steam/GoG/Epic
7983 ] ) ;
8084
8185 # a GUI game launcher for Steam/GoG/Epic
86+ # https://lutris.net/games?ordering=-popularity
8287 programs . lutris = {
8388 enable = true ;
8489 defaultWinePackage = pkgs-x64 . proton-ge-bin ;
Original file line number Diff line number Diff line change 11{
2- pkgs-patched ,
2+ pkgs ,
33 ...
44} :
55let
88{
99 services . ollama = rec {
1010 enable = true ;
11- package = pkgs-patched . ollama ;
11+ package = pkgs . ollama ;
1212 acceleration = "cuda" ;
1313 host = "0.0.0.0" ;
1414 port = 11434 ;
Original file line number Diff line number Diff line change 8484 programs . gamemode . enable = true ;
8585
8686 # run anime games on Linux
87- # https://github.com/an-anime-team/r
87+ # https://github.com/an-anime-team/
8888 networking . mihoyo-telemetry . block = true ;
8989 environment . systemPackages =
9090 with aagl . packages . "x86_64-linux" ;
You can’t perform that action at this time.
0 commit comments