aaaaaaaaaaaaa

This commit is contained in:
41666 2025-03-12 18:15:38 -07:00
parent d9c5650091
commit e7253ef4a4
13 changed files with 161 additions and 198 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
wine
winetricks
wineWowPackages.waylandFull
];
}