config/homes/desktop/wine.nix
2024-09-29 16:42:01 +01:00

9 lines
77 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
bottles
wine
];
}