remove unused package
This commit is contained in:
parent
8ae1e28b07
commit
2588595663
|
@ -1,25 +1,28 @@
|
||||||
{ pkgs, config, inputs, ... }:
|
{ pkgs, config, inputs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs;[
|
home.packages = with pkgs;[
|
||||||
|
## Utils
|
||||||
gamemode
|
gamemode
|
||||||
gamescope
|
gamescope
|
||||||
winetricks
|
winetricks
|
||||||
inputs.nix-gaming.packages.${pkgs.system}.proton-ge
|
# inputs.nix-gaming.packages.${pkgs.system}.proton-ge
|
||||||
inputs.nix-gaming.packages.${pkgs.system}.wine-ge
|
# inputs.nix-gaming.packages.${pkgs.system}.wine-ge
|
||||||
|
|
||||||
# games
|
## Cli games
|
||||||
_2048-in-terminal
|
_2048-in-terminal
|
||||||
vitetris
|
vitetris
|
||||||
nethack
|
nethack
|
||||||
|
|
||||||
|
## Celeste
|
||||||
celeste-classic
|
celeste-classic
|
||||||
celeste-classic-pm
|
celeste-classic-pm
|
||||||
|
|
||||||
|
## Doom
|
||||||
gzdoom
|
gzdoom
|
||||||
crispy-doom
|
crispy-doom
|
||||||
|
|
||||||
# Emulation
|
## Emulation
|
||||||
# cemu
|
# cemu
|
||||||
dolphin-emu
|
# dolphin-emu
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue