From 3b154defb6513979a36bc7abd9e579ab8b66f064 Mon Sep 17 00:00:00 2001 From: roxwize Date: Tue, 21 Jan 2025 17:40:29 -0500 Subject: [PATCH] ~ --- TODO | 1 + nixos/packages.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO b/TODO index d856735..fa006ca 100644 --- a/TODO +++ b/TODO @@ -26,6 +26,7 @@ [ ] 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?) [ ] alvr doesnt work :( +[ ] Using clangd and gcc ??? Also clang-tools is atrociously big [x] Get PulseAudio sound controls on polybar to work [x] Add desktop switching to windows (context menu?) diff --git a/nixos/packages.nix b/nixos/packages.nix index 22b8888..4a4e98b 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -8,6 +8,7 @@ # development cc65 # C compiler for processors of 6502 family chibicc-uxn # A small C compiler... for uxn + llvmPackages_19.clang-tools # Standalone command line tools for C++ development (fenix.default.withComponents [ "cargo" "rustc" ]) gcc # GNU Compiler Collection, version 13.3.0 (wrapper script) git # Distributed version control system