forked from nico/dots
chore: organise modules
Organise modules in a significantly better way with categories.
This commit is contained in:
parent
7444260d7d
commit
3660ef23f1
33 changed files with 77 additions and 76 deletions
19
modules/games/darwin.nix
Normal file
19
modules/games/darwin.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./default.nix ];
|
||||
|
||||
homebrew.casks = [
|
||||
"whisky"
|
||||
"steam"
|
||||
"heroic"
|
||||
];
|
||||
|
||||
system.defaults.dock.persistent-apps = [
|
||||
"/Applications/Steam.app"
|
||||
"/Applications/Heroic.app"
|
||||
"/Applications/Whisky.app"
|
||||
"${pkgs.prismlauncher}/Applications/PrismLauncher.app"
|
||||
"${pkgs.osu-lazer-bin}/Applications/osu!.app"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue