1
0
Fork 0

feature(runelite): add bolt-launcher for jagex account

This commit is contained in:
Philipp 2025-08-13 18:51:02 +02:00
parent 67177b1a1a
commit bced970b5d
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3

View file

@ -16,6 +16,9 @@ in
};
config = mkIf cfg.enable {
home.packages = [ pkgs.runelite ];
home.packages = with pkgs; [
runelite
bolt-launcher
];
};
}