Skip to content

Commit

Permalink
fix(steam): add proton-ge-rtsp
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed Nov 18, 2024
1 parent cbce51d commit f78d99c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
1 change: 1 addition & 0 deletions apps/system/steam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
protontricks.enable = true;
extraCompatPackages = [
pkgs.proton-ge-bin
pkgs.proton-ge-rtsp-bin
];
};
programs.gamemode = {
Expand Down
34 changes: 24 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
blender-bin.url = "github:edolstra/nix-warez?dir=blender";
nur.url = "github:nix-community/NUR";
catppuccin.url = "github:catppuccin/nix";
flakes = {
url = "github:misumisumi/flakes";
inputs.nixpkgs.follows = "nixpkgs";
};
flakes.url = "github:misumisumi/flakes";
nvimdots = {
url = "github:misumisumi/nvimdots";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit f78d99c

Please sign in to comment.