[Windows] Init config by adding wine and bottles

This commit is contained in:
Antoine Viallon 2023-04-27 12:35:29 +02:00
parent 6d54cd23ae
commit 139c8dec35
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 20 additions and 0 deletions

6
windows/default.nix Normal file
View file

@ -0,0 +1,6 @@
{...}:
{
imports = [
./wine.nix
];
}