1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
.dotfiles/TODO

31 lines
1.9 KiB
Text
Raw Normal View History

2024-12-30 21:43:58 +00:00
[x] Get PulseAudio sound controls on polybar to work
2024-12-16 02:12:41 +00:00
[x] Add desktop switching to windows (context menu?)
2024-12-30 21:43:58 +00:00
[x] Decide on an icon theme (flat-remix-icon-theme or pantheon.elementary-icon-theme?)
[x] 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-30 06:06:54 +00:00
[x] 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-20 20:19:50 +00:00
+- [x] Get rust-analyzer binaries from https://github.com/rust-lang/rust-analyzer
+- [ ] rust-analyzer doesn't fucking work (and you should probably use mkShell for this)
2024-12-30 21:43:58 +00:00
[x] 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
2024-12-30 05:03:52 +00:00
[ ] Theme your SDDM (you should make one yourself ;w;;;)
2024-12-30 04:54:12 +00:00
[ ] Maybe convert some of your configuration files and themes into derivations
2024-12-30 05:34:48 +00:00
[ ] Add polybar root filesystem usage module??
2024-12-30 21:43:58 +00:00
[ ] Test out bluetooth (https://nixos.wiki/wiki/Bluetooth)