quick changes
might add/remove later
This commit is contained in:
parent
e729d90a36
commit
0acce99f5c
4 changed files with 7 additions and 12 deletions
|
|
@ -1,13 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
discord = {
|
||||
enable = true;
|
||||
branch = "canary";
|
||||
branch = "stable";
|
||||
autoscroll.enable = true;
|
||||
};
|
||||
config = {
|
||||
|
|
@ -57,9 +53,6 @@
|
|||
reverseImageSearch = {
|
||||
enable = true;
|
||||
};
|
||||
sekaiStickers = {
|
||||
enable = true;
|
||||
};
|
||||
sendTimestamps = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue