added nixcord, thunar, and formatted various files

This commit is contained in:
do butterflies cry? 2024-11-08 01:00:21 +10:00
parent be6926fb0f
commit b43c9b53ba
9 changed files with 449 additions and 107 deletions

View file

@ -236,7 +236,16 @@
];
};
#nixcord.enable = true;
nixcord = {
enable = true;
config = {
frameless = true;
plugins = {
# TODO: remove this plugin
hideAttachments.enable = true;
};
};
};
firefox = {
enable = true;