From 5b2a7b7d9f191ea9aa166e4921813d753a6e1dda Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sat, 26 Jul 2025 18:23:47 +1000 Subject: [PATCH] reorganise TODO* files --- TODO | 27 ++++++++++++++++++--------- TODO.LONG-TERM | 26 -------------------------- TODO.SPECIFIC | 4 ---- hosts/packages/chameleonultragui/TODO | 1 + 4 files changed, 19 insertions(+), 39 deletions(-) delete mode 100755 TODO.LONG-TERM delete mode 100644 TODO.SPECIFIC create mode 100644 hosts/packages/chameleonultragui/TODO diff --git a/TODO b/TODO index b3c42f3..2c1e045 100644 --- a/TODO +++ b/TODO @@ -1,19 +1,28 @@ -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! +## 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) 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... -### LATEST -1. Clean hosts/hyrule/default.nix -2. Rename user "ae" to "cry" or "vps" -3. Add 404 page to nginx on hyrule +Rewrite the README.md file its all over the place (add more structure to the `docs` directory instead) +Add a MAC Changer module like +https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles/blob/main/nixos/mac-randomize.nix -INSPIRATION: -1. https://github.com/sabrehagen/desktop-environment +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!) diff --git a/TODO.LONG-TERM b/TODO.LONG-TERM deleted file mode 100755 index e1acf2e..0000000 --- a/TODO.LONG-TERM +++ /dev/null @@ -1,26 +0,0 @@ -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!) - - - diff --git a/TODO.SPECIFIC b/TODO.SPECIFIC deleted file mode 100644 index 49ae64e..0000000 --- a/TODO.SPECIFIC +++ /dev/null @@ -1,4 +0,0 @@ -- [ ] 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 - diff --git a/hosts/packages/chameleonultragui/TODO b/hosts/packages/chameleonultragui/TODO new file mode 100644 index 0000000..5b49da7 --- /dev/null +++ b/hosts/packages/chameleonultragui/TODO @@ -0,0 +1 @@ +- [ ] Try using `gitHashes` argument instead of patching? (on chameleonultragui package)