mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33: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
|
pcloud
|
||||||
materialgram
|
materialgram
|
||||||
ayugram-desktop
|
ayugram-desktop
|
||||||
steam
|
|
||||||
adwsteamgtk
|
|
||||||
signal-desktop
|
signal-desktop
|
||||||
# Use Wayland for Jetbrains
|
# Use Wayland for Jetbrains
|
||||||
# (jetbrains.idea-ultimate.override {
|
# (jetbrains.idea-ultimate.override {
|
||||||
|
|
@ -99,7 +97,6 @@ in {
|
||||||
cherry-studio
|
cherry-studio
|
||||||
kdePackages.kdeconnect-kde
|
kdePackages.kdeconnect-kde
|
||||||
qutebrowser
|
qutebrowser
|
||||||
ryubing
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
proton-pass
|
proton-pass
|
||||||
|
|
@ -117,11 +114,8 @@ in {
|
||||||
kdePackages.qttools
|
kdePackages.qttools
|
||||||
antigravity
|
antigravity
|
||||||
nur.repos.forkprince.helium-nightly
|
nur.repos.forkprince.helium-nightly
|
||||||
prismlauncher
|
|
||||||
obsidian
|
obsidian
|
||||||
file-roller
|
file-roller
|
||||||
steamtinkerlaunch
|
|
||||||
scanmem
|
|
||||||
dex
|
dex
|
||||||
piliplus
|
piliplus
|
||||||
newsflash
|
newsflash
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,5 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
protontricks
|
protontricks
|
||||||
bottles
|
bottles
|
||||||
lutris
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
# ~/.config/nixcfgs/users/js0ny/default.nix
|
# ~/.config/nixcfgs/users/js0ny/default.nix
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
# General config
|
# General config
|
||||||
./default.nix
|
./default.nix
|
||||||
|
|
@ -19,6 +15,7 @@
|
||||||
./packages/fonts.nix
|
./packages/fonts.nix
|
||||||
./packages/stylix.nix
|
./packages/stylix.nix
|
||||||
./packages/media-tools.nix
|
./packages/media-tools.nix
|
||||||
|
./packages/gaming.nix
|
||||||
|
|
||||||
./programs/antidots.nix
|
./programs/antidots.nix
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue