feature(runelite): add bolt-launcher for jagex account
This commit is contained in:
parent
67177b1a1a
commit
bced970b5d
1 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = [ pkgs.runelite ];
|
home.packages = with pkgs; [
|
||||||
|
runelite
|
||||||
|
bolt-launcher
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue