added missing brackets
This commit is contained in:
parent
623ff7938b
commit
a19a3226ba
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ pkgs: with pkgs; [
|
||||||
pandoc
|
pandoc
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
# Regular apps
|
# Regular apps
|
||||||
discord.override {
|
(discord.override {
|
||||||
withOpenASAR = true;
|
withOpenASAR = true;
|
||||||
withVencord = true;
|
withVencord = true;
|
||||||
}
|
})
|
||||||
thunderbird
|
thunderbird
|
||||||
signal-desktop
|
signal-desktop
|
||||||
spotify
|
spotify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue