mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
20 lines
387 B
Nix
20 lines
387 B
Nix
{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
|
|
];
|
|
}
|