chore: cleanup modules

system-specific modules such as darwin/games will now automatically
import games.nix

removes alot of duplication
This commit is contained in:
Nico 2025-05-03 16:16:02 +10:00
parent 3eb4da8bfb
commit 5e8fdf436d
5 changed files with 16 additions and 9 deletions

8
modules/games.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
osu-lazer-bin
prismlauncher
];
}