Compare commits

..

No commits in common. "5b2a7b7d9f191ea9aa166e4921813d753a6e1dda" and "48c4d226327963f0c180350b01d7ba4b692cdfec" have entirely different histories.

5 changed files with 39 additions and 19 deletions

27
TODO
View file

@ -1,28 +1,19 @@
## Next Up
0. Rename TODO -> TODO.md
1. Rename user "ae" to "cry" or "vps"
2. Add 404 page to nginx on hyrule
3. Add a user called "mirror" that stores important mirrors (inspiration: https://git.gay/mirror)
## TODO
SOON: fix having to keep specifying new sha256 for home-manager (where I fetchTarball for it)
THEN: make my nixdots more modular, there are a LOT of packages installed only to my laptop when they should be shared!
Create a command palette accessible with MOD+P (MOD => Windows Key)
(ie make fullscreen, send to monitor, etc)
Boring stuff (ie work and uni should go on a separate user account)
on in some separate $HOME atleast
Is home-manager installed standalone? If so please remove that...
Rewrite the README.md file its all over the place (add more structure to the `docs` directory instead)
### LATEST
1. Clean hosts/hyrule/default.nix
2. Rename user "ae" to "cry" or "vps"
3. Add 404 page to nginx on hyrule
Add a MAC Changer module like
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles/blob/main/nixos/mac-randomize.nix
Make each monitor's window styling slightly different (just for fun)
Bind 5 workspaces per connected monitor.
Then use the command palette (discussed prior) to send to
a different workspace (ie because I currently use MOD+SHIFT+n
but if n>=10 then it doesnt work! hence we need a command palette!)
INSPIRATION:
1. https://github.com/sabrehagen/desktop-environment

26
TODO.LONG-TERM Executable file
View file

@ -0,0 +1,26 @@
Add a MAC Changer module like
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles/blob/main/nixos/mac-randomize.nix
Really good security oriented NixOS stuff can be found on that repo above (XNM1/linux-nixos-hyprland-config-dotfiles)
Have multiple colour schemes in my system, one that's dark (good for when there's no external lighting),
and another that's lighter (but not white) for when my windows are open).
### Incredible Rofi Theme Collection
https://github.com/adi1090x/rofi
https://jade.fyi/blog/flakes-arent-real/
Make each monitor's window styling slightly different (just for fun)
Bind 5 workspaces per connected monitor.
Then use the command palette (discussed prior) to send to
a different workspace (ie because I currently use MOD+SHIFT+n
but if n>=10 then it doesnt work! hence we need a command palette!)

4
TODO.SPECIFIC Normal file
View file

@ -0,0 +1,4 @@
- [ ] Try using `gitHashes` argument instead of patching? (on chameleonultragui package)
- [ ] Don't alias ripgrep to rip, download the rip util too (its cool)
https://github.com/nivekuil/rip

View file

@ -1 +0,0 @@
- [ ] Try using `gitHashes` argument instead of patching? (on chameleonultragui package)