config/homes/desktop/games.nix
2024-09-29 16:42:01 +01:00

8 lines
67 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
gzdoom
];
}