mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 11:31:38 +02:00
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 = {
|
||||
enable = true;
|
||||
discord.enable = true;
|
||||
discord.vencord.enable = true;
|
||||
discord.autoscroll.enable = true;
|
||||
# vesktop = {
|
||||
# enable = true;
|
||||
# autoScroll.enable = true;
|
||||
# };
|
||||
vesktop.enable = true;
|
||||
vesktop.autoscroll.enable = true;
|
||||
config = {
|
||||
frameless = true;
|
||||
disableMinSize = true;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
spawn-at-startup = [
|
||||
{ command = [ "Discord" ]; }
|
||||
{ command = [ "vesktop" ]; }
|
||||
{ command = [ "element-desktop" ]; }
|
||||
{ command = [ "signal-desktop" ]; }
|
||||
{ command = [ ".evolution-wrapped_" ]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue