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"
|
||||
];
|
||||
vencord = ./vencord.nix;
|
||||
vencord = ./vencord.nix; # TODO: Fix this
|
||||
};
|
||||
};
|
||||
floorp = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
settings = {
|
||||
autoUpdate = true;
|
||||
settings = lib.mkForce {
|
||||
autoUpdate = false;
|
||||
autoUpdateNotification = true;
|
||||
cloud = {
|
||||
authenticated = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue