gaming packages

This commit is contained in:
js0ny 2025-12-14 04:43:06 +00:00
parent 0df7cf592c
commit 7948566fcd
4 changed files with 22 additions and 12 deletions

View file

@ -0,0 +1,20 @@
{pkgs, ...}: {
home.packages = with pkgs; [
steam
# Steam Adwaita Theme
adwsteamgtk
# All-in-one Steam and Proton Tools
steamtinkerlaunch
# Mimecraft launcher
prismlauncher
# Nintendo Switch Emulator
ryubing
# WiiU Emulator
cemu
# Game launcher and library manager
lutris
# Memory Scanner (Cheat Engine Alt.)
scanmem
];
}

View file

@ -85,8 +85,6 @@ in {
pcloud
materialgram
ayugram-desktop
steam
adwsteamgtk
signal-desktop
# Use Wayland for Jetbrains
# (jetbrains.idea-ultimate.override {
@ -99,7 +97,6 @@ in {
cherry-studio
kdePackages.kdeconnect-kde
qutebrowser
ryubing
qbittorrent
protonvpn-gui
proton-pass
@ -117,11 +114,8 @@ in {
kdePackages.qttools
antigravity
nur.repos.forkprince.helium-nightly
prismlauncher
obsidian
file-roller
steamtinkerlaunch
scanmem
dex
piliplus
newsflash

View file

@ -2,6 +2,5 @@
home.packages = with pkgs; [
protontricks
bottles
lutris
];
}

View file

@ -1,9 +1,5 @@
# ~/.config/nixcfgs/users/js0ny/default.nix
{
pkgs,
config,
...
}: {
{pkgs, ...}: {
imports = [
# General config
./default.nix
@ -19,6 +15,7 @@
./packages/fonts.nix
./packages/stylix.nix
./packages/media-tools.nix
./packages/gaming.nix
./programs/antidots.nix