mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
yeah, it doesn't work
This commit is contained in:
parent
d99ce4a251
commit
1dfdd8da67
1 changed files with 10 additions and 0 deletions
10
common/users/homeModules/sharex.nix
Normal file
10
common/users/homeModules/sharex.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
# SETUP GUIDE HERE https://github.com/ShareX/ShareX/issues/6531
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
wine
|
||||
winetricks
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue