mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
d8a5a01c30
commit
3b154defb6
2 changed files with 2 additions and 0 deletions
1
TODO
1
TODO
|
@ -26,6 +26,7 @@
|
||||||
[ ] 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?)
|
||||||
[ ] alvr doesnt work :(
|
[ ] alvr doesnt work :(
|
||||||
|
[ ] Using clangd and gcc ??? Also clang-tools is atrociously big
|
||||||
|
|
||||||
[x] Get PulseAudio sound controls on polybar to work
|
[x] Get PulseAudio sound controls on polybar to work
|
||||||
[x] Add desktop switching to windows (context menu?)
|
[x] Add desktop switching to windows (context menu?)
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
# development
|
# development
|
||||||
cc65 # C compiler for processors of 6502 family
|
cc65 # C compiler for processors of 6502 family
|
||||||
chibicc-uxn # A small C compiler... for uxn
|
chibicc-uxn # A small C compiler... for uxn
|
||||||
|
llvmPackages_19.clang-tools # Standalone command line tools for C++ development
|
||||||
(fenix.default.withComponents [ "cargo" "rustc" ])
|
(fenix.default.withComponents [ "cargo" "rustc" ])
|
||||||
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
||||||
git # Distributed version control system
|
git # Distributed version control system
|
||||||
|
|
Loading…
Reference in a new issue