diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-28 18:13:46 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-28 18:13:46 -0400 |
| commit | d80d427f32a2477ab8700c06ff85720ae4a5bd58 (patch) | |
| tree | 2b3766f8e6ce6a6be9eae2f7bc0935d197417efa | |
| parent | move sxhkd to proper structure (diff) | |
| download | nixos-d80d427f32a2477ab8700c06ff85720ae4a5bd58.tar.gz nixos-d80d427f32a2477ab8700c06ff85720ae4a5bd58.tar.bz2 nixos-d80d427f32a2477ab8700c06ff85720ae4a5bd58.zip | |
add gcc
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 1 | ||||
| -rw-r--r-- | todo | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 31ca916..5776388 100644 --- a/configuration.nix +++ b/configuration.nix @@ -60,6 +60,7 @@ slop xclip xdotool +gcc ]; programs.git = { @@ -18,7 +18,9 @@ - [ ] umatrix vs ublock - [ ] dunst notifs - [ ] get the dwm, st and other suckless stuff as own src -- [ ] mpd and ncmpcpp or rmpc +- [ ] music + - [x] mpd and ncmpcpp or rmpc + - [ ] autostart the music - [ ] pass + pass-otp - [x] fix fans spinning at low loads |
