Tried nix-flatpak but couldn't get hmModule to work

This commit is contained in:
Emmet 2023-12-21 21:09:44 -06:00
parent bbb51e0286
commit 073782130e
3 changed files with 14 additions and 1 deletions

View file

@ -37,4 +37,9 @@ in
};
# To get steam to import into gamehub, first install it as a flatpak, then
# Set steam directory to ~/.var/app/com.valvesoftware.Steam/.steam
#services.flatpak.packages = [
# "com.discordapp.Discord"
# "com.jaquadro.NBTExplorer"
#];
}