1
Fork 0
satellite/home/adrielus/features/games/wine.nix
2023-04-27 02:08:20 +03:00

7 lines
98 B
Nix

# TODO(imperanence): handle persistence
{ pkgs, ... }: {
home.packages = [
pkgs.wine
];
}