unfuck discord-related stuff
This commit is contained in:
parent
2db2642a62
commit
ed2e8ceb8a
2 changed files with 3 additions and 8 deletions
|
@ -22,13 +22,8 @@ with lib;
|
||||||
{
|
{
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
discord.enable = true;
|
vesktop.enable = true;
|
||||||
discord.vencord.enable = true;
|
vesktop.autoscroll.enable = true;
|
||||||
discord.autoscroll.enable = true;
|
|
||||||
# vesktop = {
|
|
||||||
# enable = true;
|
|
||||||
# autoScroll.enable = true;
|
|
||||||
# };
|
|
||||||
config = {
|
config = {
|
||||||
frameless = true;
|
frameless = true;
|
||||||
disableMinSize = true;
|
disableMinSize = true;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{ command = [ "Discord" ]; }
|
{ command = [ "vesktop" ]; }
|
||||||
{ command = [ "element-desktop" ]; }
|
{ command = [ "element-desktop" ]; }
|
||||||
{ command = [ "signal-desktop" ]; }
|
{ command = [ "signal-desktop" ]; }
|
||||||
{ command = [ ".evolution-wrapped_" ]; }
|
{ command = [ ".evolution-wrapped_" ]; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue