From c6f64d8764685b80f11acbd3ec63bbb672fc534a Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 23 Dec 2024 16:56:59 +0100 Subject: [PATCH] feat: gaming tools --- SwarselSystems.org | 2 ++ profiles/optional/home/gaming.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index fa7dab9..dda59c6 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -10700,6 +10700,7 @@ The rest of the settings is at [[#h:fb3f3e01-7df4-4b06-9e91-aa9cac61a431][gaming home.packages = with pkgs; [ stable.lutris wine + winetricks libudev-zero dwarfs fuse-overlayfs @@ -10721,6 +10722,7 @@ The rest of the settings is at [[#h:fb3f3e01-7df4-4b06-9e91-aa9cac61a431][gaming pokefinder retroarch + flips ]; # }; # }; diff --git a/profiles/optional/home/gaming.nix b/profiles/optional/home/gaming.nix index 1e41e19..abf1102 100644 --- a/profiles/optional/home/gaming.nix +++ b/profiles/optional/home/gaming.nix @@ -5,6 +5,7 @@ home.packages = with pkgs; [ stable.lutris wine + winetricks libudev-zero dwarfs fuse-overlayfs @@ -26,6 +27,7 @@ pokefinder retroarch + flips ]; # }; # };