From 2588595663e8853c5084951bac4907cc885b37d7 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 10 Feb 2024 14:57:49 +0100 Subject: [PATCH] remove unused package --- modules/home/gaming/default.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/modules/home/gaming/default.nix b/modules/home/gaming/default.nix index 311c397..fdf6ea2 100644 --- a/modules/home/gaming/default.nix +++ b/modules/home/gaming/default.nix @@ -1,25 +1,28 @@ { pkgs, config, inputs, ... }: { home.packages = with pkgs;[ + ## Utils 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}.proton-ge + # inputs.nix-gaming.packages.${pkgs.system}.wine-ge - # games + ## Cli games _2048-in-terminal vitetris nethack + ## Celeste celeste-classic celeste-classic-pm + ## Doom gzdoom crispy-doom - # Emulation + ## Emulation # cemu - dolphin-emu + # dolphin-emu ]; }