Files
nix-config/homeConfigs/hosts/modules/game.nix

7 lines
83 B
Nix

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