mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 13:17:01 -04:00
10 lines
162 B
Nix
10 lines
162 B
Nix
# SETUP GUIDE HERE https://github.com/ShareX/ShareX/issues/6531
|
|
{ pkgs, ... }:
|
|
{
|
|
home = {
|
|
packages = with pkgs; [
|
|
wine
|
|
winetricks
|
|
];
|
|
};
|
|
}
|