added nixcord, thunar, and formatted various files
This commit is contained in:
parent
be6926fb0f
commit
b43c9b53ba
9 changed files with 449 additions and 107 deletions
|
|
@ -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
|
||||
|
|
@ -236,7 +236,16 @@
|
|||
];
|
||||
};
|
||||
|
||||
#nixcord.enable = true;
|
||||
nixcord = {
|
||||
enable = true;
|
||||
config = {
|
||||
frameless = true;
|
||||
plugins = {
|
||||
# TODO: remove this plugin
|
||||
hideAttachments.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
firefox = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue