mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-11-17 09:09:42 +01:00
Compare commits
No commits in common. "ae099b954552646fa3a6a07158f3f96af1462788" and "2db2642a6288de3f18f948efaefb9f4951cf79b9" have entirely different histories.
ae099b9545
...
2db2642a62
3 changed files with 18 additions and 13 deletions
|
|
@ -22,8 +22,13 @@ with lib;
|
|||
{
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
vesktop.enable = true;
|
||||
vesktop.autoscroll.enable = true;
|
||||
discord.enable = true;
|
||||
discord.vencord.enable = true;
|
||||
discord.autoscroll.enable = true;
|
||||
# vesktop = {
|
||||
# enable = true;
|
||||
# autoScroll.enable = true;
|
||||
# };
|
||||
config = {
|
||||
frameless = true;
|
||||
disableMinSize = true;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
spawn-at-startup = [
|
||||
{ command = [ "vesktop" ]; }
|
||||
{ command = [ "Discord" ]; }
|
||||
{ command = [ "element-desktop" ]; }
|
||||
{ command = [ "signal-desktop" ]; }
|
||||
{ command = [ ".evolution-wrapped_" ]; }
|
||||
|
|
|
|||
|
|
@ -38,16 +38,16 @@
|
|||
large_text = "{language:u}";
|
||||
small_image = "logo";
|
||||
small_text = "Helix";
|
||||
idle = {
|
||||
timeout = 30;
|
||||
action = "change_activity";
|
||||
state = "Idling";
|
||||
details = "In Helix";
|
||||
large_image = "logo";
|
||||
large_text = "Helix";
|
||||
small_image = "idle";
|
||||
small_text = "Idle";
|
||||
};
|
||||
# idle = {
|
||||
# timeout = 999999999999999999;
|
||||
# action = "change_activity";
|
||||
# state = "Idling";
|
||||
# details = "In Helix";
|
||||
# large_image = "logo";
|
||||
# large_text = "Helix";
|
||||
# small_image = "idle";
|
||||
# small_text = "Idle";
|
||||
# };
|
||||
rules = {
|
||||
mode = "blacklist";
|
||||
paths = [ "absolute path" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue