1
0
Fork 0

reformat(runelite)

This commit is contained in:
Philipp 2025-11-29 15:55:20 +01:00
parent 0afdae53eb
commit eaba9890a2
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3

View file

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