Mark issues with Vesktop
This commit is contained in:
parent
b588ff8125
commit
461763d132
2 changed files with 4 additions and 4 deletions
|
@ -567,7 +567,7 @@ in
|
||||||
"en-US"
|
"en-US"
|
||||||
"en"
|
"en"
|
||||||
];
|
];
|
||||||
vencord = ./vencord.nix;
|
vencord = ./vencord.nix; # TODO: Fix this
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
floorp = {
|
floorp = {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
settings = {
|
settings = lib.mkForce {
|
||||||
autoUpdate = true;
|
autoUpdate = false;
|
||||||
autoUpdateNotification = true;
|
autoUpdateNotification = true;
|
||||||
cloud = {
|
cloud = {
|
||||||
authenticated = true;
|
authenticated = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue