forked from nico/dots
games: add gog & heroic
This commit is contained in:
parent
134045cce9
commit
fe5f198267
2 changed files with 3 additions and 0 deletions
|
|
@ -9,11 +9,13 @@
|
||||||
homebrew.casks = [
|
homebrew.casks = [
|
||||||
"whisky"
|
"whisky"
|
||||||
"steam"
|
"steam"
|
||||||
|
"gog-galaxy"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
system.defaults.dock.persistent-apps = [
|
system.defaults.dock.persistent-apps = [
|
||||||
"/Applications/Steam.app"
|
"/Applications/Steam.app"
|
||||||
|
"/Applications/GOG Galaxy.app"
|
||||||
"/Applications/Whisky.app"
|
"/Applications/Whisky.app"
|
||||||
"${pkgs.prismlauncher}/Applications/PrismLauncher.app"
|
"${pkgs.prismlauncher}/Applications/PrismLauncher.app"
|
||||||
"${pkgs.osu-lazer-bin}/Applications/osu!.app"
|
"${pkgs.osu-lazer-bin}/Applications/osu!.app"
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
osu-lazer-bin
|
osu-lazer-bin
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
heroic
|
||||||
|
|
||||||
mangohud
|
mangohud
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue