feat(home:vesktop): add vesktop patch
This commit is contained in:
parent
3f961b9d86
commit
33e7a6f7f9
2 changed files with 59 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue