mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Installed flatpak + apps I usually install as flatpaks
This commit is contained in:
parent
1a3a7f7674
commit
ef93b433b8
4 changed files with 17 additions and 7 deletions
|
@ -14,12 +14,12 @@ in
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
# Games
|
||||
#TODO need flatpak steam
|
||||
gamehub
|
||||
myRetroarch
|
||||
airshipper
|
||||
qjoypad
|
||||
# TODO need flatpak minecraft
|
||||
prismlauncher
|
||||
#TODO need flatpak steam - I don't have this declaratively yet
|
||||
];
|
||||
# The following 2 declarations allow retroarch to be imported into gamehub
|
||||
# Set retroarch core directory to ~/.local/bin/libretro
|
||||
|
@ -29,4 +29,6 @@ in
|
|||
url = "https://github.com/libretro/libretro-core-info/archive/refs/tags/v1.15.0.tar.gz";
|
||||
sha256 = "004kgbsgbk7hn1v01jg3vj4b6dfb2cp3kcp5hgjyl030wqg1r22q";
|
||||
};
|
||||
# To get steam to import into gamehub, first install it as a flatpak, then
|
||||
# Set steam directory to ~/.var/app/com.valvesoftware.Steam/.steam
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue