1
0
Fork 0

Mark issues with Vesktop

This commit is contained in:
Ethan Reece 2025-07-14 04:23:11 -05:00
parent b588ff8125
commit 461763d132
Signed by: me
GPG key ID: DD8CE04D5D8FF832
2 changed files with 4 additions and 4 deletions

View file

@ -567,7 +567,7 @@ in
"en-US"
"en"
];
vencord = ./vencord.nix;
vencord = ./vencord.nix; # TODO: Fix this
};
};
floorp = {

View file

@ -1,7 +1,7 @@
{ ... }:
{ lib, ... }:
{
settings = {
autoUpdate = true;
settings = lib.mkForce {
autoUpdate = false;
autoUpdateNotification = true;
cloud = {
authenticated = true;