added nixcord, thunar, and formatted various files

This commit is contained in:
Emile Clark-Boman 2024-11-08 01:00:21 +10:00
parent be6926fb0f
commit b43c9b53ba
9 changed files with 449 additions and 107 deletions

View file

@ -1,31 +0,0 @@
Get Utilities:
1. httpie
2. curlie
3. zoxide
4. doggo
1. Get helix editor
2. Custom helix
3. Complete helix tutorial
Get waybar (or another bar) working
Get a better wallpaper
Get a GRUB theme working
Fix: your 131072x1 screen size is bogus. expect trouble
Push nixdots to github
Have helix editor look differently depending on language
(specifically don't show indent indicators when editing nix files
Learn to package my own home-manager modules

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;