update
This commit is contained in:
@@ -12,10 +12,9 @@ in {
|
||||
# You can change versions, add patches, set compilation flags, anything really.
|
||||
# https://nixos.wiki/wiki/Overlays
|
||||
modifications = final: prev: {
|
||||
discord = prev.discord.override { withVencord = true; };
|
||||
discord = prev.discord-canary.override { withVencord = true; };
|
||||
#discord = prev.vesktop;
|
||||
tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; };
|
||||
nerdfonts = prev.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };
|
||||
#hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
|
||||
# version = "0.45.0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user