From 1b4bda4dd7b1b04cd893bdf1582aa56cfbf80fc7 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Wed, 8 May 2024 18:25:55 -0300 Subject: [PATCH] refactor(home/steam): remove 'with' --- home/misterio/features/games/steam.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/misterio/features/games/steam.nix b/home/misterio/features/games/steam.nix index 071f07af..c0a6f816 100644 --- a/home/misterio/features/games/steam.nix +++ b/home/misterio/features/games/steam.nix @@ -49,12 +49,12 @@ Type=Application ''; in { - home.packages = with pkgs; [ + home.packages = [ steam-with-pkgs steam-session - gamescope - mangohud - protontricks + pkgs.gamescope + pkgs.mangohud + pkgs.protontricks ]; home.persistence = { "/persist/home/misterio" = {