Files
nix-config/homes/modules/game.nix

7 lines
75 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = with pkgs;[ heroic ];
}