mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
gaming packages
This commit is contained in:
parent
0df7cf592c
commit
7948566fcd
4 changed files with 22 additions and 12 deletions
20
nixcfgs/users/js0ny/packages/gaming.nix
Normal file
20
nixcfgs/users/js0ny/packages/gaming.nix
Normal 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
|
||||
];
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,6 +2,5 @@
|
|||
home.packages = with pkgs; [
|
||||
protontricks
|
||||
bottles
|
||||
lutris
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue