dotfiles/home/games.nix
2024-09-02 13:20:19 -07:00

8 lines
92 B
Nix

{ config, pkgs, user, ... }: {
home.packages = with pkgs; [
openmw
wine64
];
}