91 lines
1.7 KiB
Markdown
Executable file
91 lines
1.7 KiB
Markdown
Executable file
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
|
|
Set a GTK theme & icon theme
|
|
Get better wallpapers
|
|
Get hyprcursor working with Bibata-Modern-Ice
|
|
|
|
Get a GRUB theme working
|
|
Get SDDM and a theme working
|
|
|
|
Make a custom hyprlock screen
|
|
|
|
Get AGS working
|
|
Make an applauncher in AGS
|
|
Remove hyprland splash screen on init
|
|
Made lolcathost home modular
|
|
|
|
Overtime just install more programs that I need regularly: ie
|
|
- btop/htop/etc
|
|
|
|
Get GTK Bibata Cursors to be the same size as my system cursor (NOT SURE WHAT I DID...)
|
|
|
|
|
|
Get waybar (or another bar) working
|
|
|
|
Get a QT theme
|
|
|
|
Fix pipewire audio sometimes working and sometimes not :(
|
|
|
|
Bind new terminal to SUPER+Enter instead of SUPER+Q
|
|
|
|
Join Rio Terminal's discord and ask if they support nerdfonts or if I'm doing something wrong
|
|
|
|
|
|
|
|
Change Dell loading screen (Boot Graphics Resource Table, aka BGRT)
|
|
|
|
|
|
|
|
|
|
Fix: your 131072x1 screen size is bogus. expect trouble
|
|
|
|
|
|
|
|
Search for all "TODO" items in my nix dotfiles
|
|
|
|
Push nixdots to github
|
|
|
|
|
|
|
|
|
|
Check out the Ekala Project (I joined their discord server)
|
|
|
|
|
|
Create a program that enables/disables passwordless sudo access
|
|
(add to github too)
|
|
|
|
Learn to package my own home-manager modules
|
|
|
|
|
|
|
|
|
|
Ideal Features:
|
|
1. AI assistant
|
|
2. searching can also be used to calculate stuff (like I do on my iPad)
|
|
|
|
|
|
|
|
|
|
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
|
|
};
|
|
```
|