From c5b5358f8400949ead5687dd563372fdc141de56 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 18:15:01 +0100 Subject: [PATCH] test --- modules/core/system.nix | 2 +- modules/home/gaming/default.nix | 27 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/modules/core/system.nix b/modules/core/system.nix index 3018ba0..0b0cdca 100644 --- a/modules/core/system.nix +++ b/modules/core/system.nix @@ -1,6 +1,6 @@ { self, pkgs, lib, inputs, ...}: { - imports = [ inputs.nix-gaming.nixosModules.default ]; + # imports = [ inputs.nix-gaming.nixosModules.default ]; nix = { settings = { auto-optimise-store = true; diff --git a/modules/home/gaming/default.nix b/modules/home/gaming/default.nix index a1f6504..d2f60d6 100644 --- a/modules/home/gaming/default.nix +++ b/modules/home/gaming/default.nix @@ -7,31 +7,4 @@ 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; - # }; - # }); }