2024-12-15 21:35:05 +00:00
|
|
|
[ ] Get PulseAudio sound controls on polybar to work
|
2024-12-16 02:12:41 +00:00
|
|
|
[x] Add desktop switching to windows (context menu?)
|
|
|
|
[ ] Decide on an icon theme (flat-remix-icon-theme or pantheon.elementary-icon-theme?)
|
|
|
|
[ ] Use XDG???
|
2024-12-17 17:23:56 +00:00
|
|
|
[x] Add Mousepad (xfce) maybe
|
2024-12-17 04:00:45 +00:00
|
|
|
[ ] Make setting your wallpaper like. Global across everything because you
|
2024-12-17 19:05:15 +00:00
|
|
|
| do it with hsetroot on Openbox startup but not anywhere else (minus
|
|
|
|
| changing it with dconf)
|
|
|
|
+- [ ] Stylix may help with this
|
2024-12-17 17:23:56 +00:00
|
|
|
[ ] Replace absolute paths (i.e. in openbox autostart file) with substituted
|
2024-12-18 14:47:07 +00:00
|
|
|
paths generated by Nix (see substituteAllInPlace)
|
2024-12-17 23:30:38 +00:00
|
|
|
[x] Consider using flakes
|
2024-12-18 06:14:25 +00:00
|
|
|
[x] Use just?
|
2024-12-18 14:03:20 +00:00
|
|
|
[ ] Are you managing package overlays properly (check home.nix FIXME and https://nixos-and-flakes.thiscute.world/nixpkgs/overlays)
|
2024-12-18 22:20:48 +00:00
|
|
|
+- [x] Just put it in your base.nix config and see if it comes across to home
|
2024-12-18 14:47:07 +00:00
|
|
|
| manager or if you have to import it into both
|
2024-12-18 14:19:43 +00:00
|
|
|
+- [ ] https://github.com/notusknot/dotfiles-nix/blob/a034dcb6daff31ce50cdbc74a5972b1ef56ef3d7/overlays/apple-color-emoji.nix
|
2024-12-18 16:17:02 +00:00
|
|
|
[ ] Use pass <https://www.passwordstore.org/>? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html)
|
2024-12-19 13:30:22 +00:00
|
|
|
[ ] Figure out e16...not even sure if managing your themes the way you currently are is even slightly ideal...
|
2024-12-19 16:36:51 +00:00
|
|
|
[ ] You could try making a GTK4 application that lets you manage/view packages in packages.nix
|
2024-12-19 18:27:10 +00:00
|
|
|
[ ] Get Rust to work (rustc + cargo is fine but only rustup provides RLS, but, um,)
|
|
|
|
+- [ ] vimPlugins.coc-rls
|
2024-12-19 18:31:53 +00:00
|
|
|
+- [ ] Get rust-analyzer binaries from https://github.com/rust-lang/rust-analyzer
|
2024-12-19 18:27:10 +00:00
|
|
|
[ ] See if you can use nixpkgs vscode extensions with codium
|
2024-12-19 18:31:53 +00:00
|
|
|
[ ] Get language servers to work with Neovim
|