gaming: declarative Flatpak via nix-flatpak (Bolt, Sober), Heroic + Proton-GE

Add nix-flatpak flake input and modules/gaming.nix managing Flatpak
remotes/packages declaratively: Bolt (Jagex launcher for RS3/OSRS) and
Sober (Roblox). Add Heroic and hyperplay-ext, plus Proton-GE for Steam.
Drops the old imperative runescape-launcher.
This commit is contained in:
Sergei Poljanski 2026-06-02 14:05:37 +03:00
commit cfbb434bd4
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
5 changed files with 50 additions and 0 deletions

View file

@ -15,6 +15,7 @@
url = "git+https://dev.narayana.im/anotherim/anotherim-desktop.git?ref=dev";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
};
outputs = { self, nixpkgs, ... }@inputs: {
@ -24,6 +25,7 @@
modules = [
inputs.lanzaboote.nixosModules.lanzaboote
inputs.sops-nix.nixosModules.sops
inputs.nix-flatpak.nixosModules.nix-flatpak
./configuration.nix
];
};