yeah, it doesn't work

This commit is contained in:
sadan 2025-04-26 17:24:19 -04:00
parent d99ce4a251
commit 1dfdd8da67
No known key found for this signature in database

View file

@ -0,0 +1,10 @@
# SETUP GUIDE HERE https://github.com/ShareX/ShareX/issues/6531
{ pkgs, ... }:
{
home = {
packages = with pkgs; [
wine
winetricks
];
};
}