dotfiles/home/games.nix
2024-08-26 18:25:45 -07:00

7 lines
81 B
Nix

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