feat(home:vesktop): add vesktop patch

This commit is contained in:
ooks-io 2024-06-30 21:19:01 +12:00
parent 3f961b9d86
commit 33e7a6f7f9
2 changed files with 59 additions and 1 deletions

View file

@ -15,7 +15,13 @@ in
{
config = mkMerge [
(mkIf (cfg.enable || discord == "vesktop") {
home.packages = [ pkgs.vesktop ];
# <https://github.com/AlephNought0/Faery/blob/main/Home/Programs/Vesktop/patchedvesktop.patch>
home.packages = [
(pkgs.vesktop.overrideAttrs (old: {
patches = (old.patches or []) ++ [./vesktop-patch.patch];
}))
];
xdg.configFile."vesktop/themes/nix.css".text = /* css */ ''
/**
* @name nix-colors-minimal