mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
61c1f21f41
commit
ca8b4cbf94
1 changed files with 8 additions and 7 deletions
15
TODO
15
TODO
|
@ -18,25 +18,26 @@
|
||||||
[ ] Use pass <https://www.passwordstore.org/>? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html)
|
[ ] Use pass <https://www.passwordstore.org/>? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html)
|
||||||
[x] Figure out e16...not even sure if managing your themes the way you currently are is even slightly ideal...
|
[x] Figure out e16...not even sure if managing your themes the way you currently are is even slightly ideal...
|
||||||
[ ] You could try making a GTK4 application that lets you manage/view packages in packages.nix
|
[ ] You could try making a GTK4 application that lets you manage/view packages in packages.nix
|
||||||
[ ] Get Rust to work (rustc + cargo is fine but only rustup provides RLS, but, um,)
|
[x] Get Rust to work (rustc + cargo is fine but only rustup provides RLS, but, um,)
|
||||||
+- [ ] vimPlugins.coc-rls
|
+- [ ] vimPlugins.coc-rls
|
||||||
+- [x] Get rust-analyzer binaries from https://github.com/rust-lang/rust-analyzer
|
+- [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)
|
+- [x] rust-analyzer doesn't fucking work (and you should probably use mkShell for this)
|
||||||
+- [ ] All of a sudden Nix won't let you run rustc or cargo due to some dynamically linked executable bullshit
|
+- [x] All of a sudden Nix won't let you run rustc or cargo due to some dynamically linked executable bullshit
|
||||||
[x] See if you can use nixpkgs vscode extensions with codium
|
[x] See if you can use nixpkgs vscode extensions with codium
|
||||||
[ ] Get language servers to work with Neovim
|
[x] Get language servers to work with Neovim
|
||||||
[ ] Theme your SDDM (you should make one yourself ;w;;;)
|
[ ] Theme your SDDM (you should make one yourself ;w;;;)
|
||||||
[ ] Maybe convert some of your configuration files and themes into derivations
|
[ ] Maybe convert some of your configuration files and themes into derivations
|
||||||
[x] Add polybar root filesystem usage module??
|
[x] Add polybar root filesystem usage module??
|
||||||
[ ] Test out bluetooth (https://nixos.wiki/wiki/Bluetooth)
|
[ ] Test out bluetooth (https://nixos.wiki/wiki/Bluetooth)
|
||||||
[ ] Get a music player + get MPD to work (+last.fm with mpdscribble)
|
[x] Get a music player + get MPD to work
|
||||||
|
+- [ ] +last.fm with mpdscribble
|
||||||
[x] Give yambar a try ;w;
|
[x] Give yambar a try ;w;
|
||||||
[ ] Dig polybar's grave (you're not using it anymore so why keep it around?)
|
[ ] Dig polybar's grave (you're not using it anymore so why keep it around?)
|
||||||
[ ] Get a pager/systray <https://wiki.gentoo.org/wiki/Openbox/Guide#Pagers_and_systrays>
|
[ ] Get a pager/systray <https://wiki.gentoo.org/wiki/Openbox/Guide#Pagers_and_systrays>
|
||||||
[ ] Fix yambar being offset on your screen for some reason (might have to file an issue on its repo)
|
[x] Fix yambar being offset on your screen for some reason (might have to file an issue on its repo)
|
||||||
[ ] Get MPC to work with yambar (having to use playerctl mpris bridge shit at the moment which doesn't work very well x_x)
|
[ ] Get MPC to work with yambar (having to use playerctl mpris bridge shit at the moment which doesn't work very well x_x)
|
||||||
[ ] Host-dependent home configurations (e.g. don't assume MPD music is in `/mnt/world/music` for every machine)
|
[ ] Host-dependent home configurations (e.g. don't assume MPD music is in `/mnt/world/music` for every machine)
|
||||||
+- [ ] Maybe symlink your music to a music folder in your home directory or something (i.e. `~/Music -> /mnt/world/music` or perhaps a subdirectory of that?)
|
+- [ ] Maybe symlink your music to a music folder in your home directory or something (i.e. `~/Music -> /mnt/world/music` or perhaps a subdirectory of that?)
|
||||||
[x] rmpc isnt working WAAAAAAAAAAAAAAAAAAAAAAAAAaa ive been working on this for a month i just wanna be done so i can lie down and cuddle girls and be happy forever................
|
[x] rmpc isnt working WAAAAAAAAAAAAAAAAAAAAAAAAAaa ive been working on this for a month i just wanna be done so i can lie down and cuddle girls and be happy forever................
|
||||||
[ ] alvr doesnt work :(
|
[ ] alvr doesnt work :(
|
||||||
[ ] Manage flatpaks declaratively (https://github.com/gmodena/nix-flatpak)
|
[x] Manage flatpaks declaratively (https://github.com/gmodena/nix-flatpak)
|
||||||
|
|
Loading…
Reference in a new issue