mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 14:34:22 -04:00
guh2
This commit is contained in:
parent
642a110fde
commit
b2f5f31028
3 changed files with 23 additions and 7 deletions
|
@ -36,6 +36,16 @@ in
|
|||
]))
|
||||
nodejs_22
|
||||
];
|
||||
overlays = {
|
||||
discord = (final: prev: {
|
||||
discord = prev.discord.override {
|
||||
# withOpenASAR = false;
|
||||
# withVencord = true;
|
||||
# pname = "Discord";
|
||||
vencord = cpkg.vencord;
|
||||
};
|
||||
});
|
||||
};
|
||||
gui = with pkgs;[
|
||||
python312Packages.openai-whisper
|
||||
cinny-desktop
|
||||
|
@ -54,17 +64,20 @@ in
|
|||
inkscape
|
||||
#OCR ENGINE
|
||||
tesseract4
|
||||
(pkgs.discord.override {
|
||||
withVencord = true;
|
||||
})
|
||||
# discord = cpkg.discord.override {
|
||||
# withOpenASAR = true;
|
||||
# withVencord = true;
|
||||
# };
|
||||
(self: super: {
|
||||
discord = super.discord.overrideAttrs (oldAttrs: {
|
||||
# mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
withVencord = true;
|
||||
vencord = cpkg.vencord;
|
||||
});
|
||||
})
|
||||
# (self: super: {
|
||||
# discord = super.discord (oldAttrs: {
|
||||
# # mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
# withVencord = true;
|
||||
# vencord = cpkg.vencord;
|
||||
# });
|
||||
# })
|
||||
# (pkgs.discord.override {
|
||||
# vencord = cpkg.vencord;
|
||||
# })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue