mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 05:23:02 -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