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

74
TODO Normal file
View file

@ -0,0 +1,74 @@
Get Utilities:
1. httpie
2. curlie
3. zoxide
4. doggo
1. Get helix editor
2. Custom helix
3. Complete helix tutorial
Get nixcord working
Get thunar working and configured
Get waybar (or another bar) working
Bind new terminal to SUPER+Enter instead of SUPER+Q
Get a better wallpapers
Join Rio Terminal's discord and ask if they support nerdfonts or if I'm doing something wrong
Figure out how to modularise my dotfiles
Configure nixcord
Change Dell loading screen (Boot Graphics Resource Table, aka BGRT)
Get hyprcursor working with Bibata-Modern-Ice
Install and configure hyprland plugins like hyprlock
Get a GRUB theme working
Fix: your 131072x1 screen size is bogus. expect trouble
Are there plugins for helix?
Push nixdots to github
Create a program that enables/disables passwordless sudo access
(add to github too)
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
Fork nixcord and fix documentation (the installation is confusing)
But firstly the first code snippet is wrong...
```nix
inputs.nixcord = {
url = "github:kaylorben/nixcord"
};
```
Should actually be
```nix
inputs.nixcord = {
url = "github:kaylorben/nixcord"; # dont forget the semicolon
};
```