fix various flake erros

This commit is contained in:
jopejoe1 2024-07-12 21:38:33 +02:00
parent f51a53d7cb
commit 21688ed5bf
10 changed files with 15 additions and 155 deletions

View file

@ -49,18 +49,7 @@ in
catppuccin-kde
#catppuccin-gtk
tela-icon-theme
(
(discord.overrideAttrs (old: {
desktopItem = old.desktopItem.override (old: {
exec = old.exec + " --disable-gpu-sandbox";
});
})).override
{
withOpenASAR = true;
withVencord = true;
withTTS = true;
}
)
vesktop
];
};
home-manager.users.jopejoe1 = {