1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
.dotfiles/TODO

19 lines
1.1 KiB
Text
Raw Normal View History

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 14:44:25 +00:00
+- [ ] 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)