first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
36
modules/home/gaming/default.nix
Normal file
36
modules/home/gaming/default.nix
Normal file
|
@ -0,0 +1,36 @@
|
|||
{ pkgs, config, inputs, ... }: {
|
||||
home.packages = with pkgs;[
|
||||
gamemode
|
||||
gamescope
|
||||
winetricks
|
||||
inputs.nix-gaming.packages.${pkgs.system}.proton-ge
|
||||
inputs.nix-gaming.packages.${pkgs.system}.wine-ge
|
||||
];
|
||||
# inputs.nix-gaming.packages.${pkgs.system}.faf-client
|
||||
# inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
||||
# ] ++ (inputs.nix-gaming.lib.legendaryBuilder pkgs
|
||||
# {
|
||||
# games = {
|
||||
# rocket-league = {
|
||||
# desktopName = "Rocket League";
|
||||
# tricks = [ "dxvk" "win10" ];
|
||||
# icon = builtins.fetchurl {
|
||||
# url = "https://user-images.githubusercontent.com/36706276/203341314-eaaa0659-9b79-4f40-8b4a-9bc1f2b17e45.png";
|
||||
# name = "rocket-league.png";
|
||||
# sha256 = "0a9ayr3vwsmljy7dpf8wgichsbj4i4wrmd8awv2hffab82fz4ykb";
|
||||
# };
|
||||
# discordIntegration = false;
|
||||
# gamemodeIntegration = true;
|
||||
# preCommands = ''
|
||||
# echo "the game will start!"
|
||||
# '';
|
||||
# postCommands = ''
|
||||
# echo "the game has stopped!"
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
# opts = {
|
||||
# wine = inputs.nix-gaming.packages.${pkgs.system}.wine-ge;
|
||||
# };
|
||||
# });
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue