nix-dotfiles/modules/hm/lutris.nix
2023-07-19 10:42:09 +01:00

3 lines
54 B
Nix

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