Commit graph

11 commits

Author SHA1 Message Date
d184d54b07
fix(ssh): Enable and troubleshoot ssh 2024-11-14 18:40:25 -08:00
59c52220b1 feat(gpg): Configure gpg & agent 2024-11-11 19:17:47 -08:00
8a260cc6df feat(git): Configure git & friends 2024-11-10 21:51:59 -08:00
3be2561693 feat(figlet): Install with custom fonts
AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
2024-11-10 20:15:35 -08:00
f563cd50e7 feat(rbw): Install rbw 2024-11-05 18:56:45 -08:00
e87969e3be refactor(just): Give Just it's own programs/ module
"It's overkill to give every single package it's own nix module" yeah
probably. I do it so that I never have to guess where something's
configuration lives again. Just open up marleyos/ in lazyvim, hit
<space><space>, search for program, profit.

The only exception is stuff specific to programming languages, such as
language servers and aliases to php artisan. Those live under
languages/<language>. Eventually I'd like to make dev shells for each.
2024-11-05 18:10:51 -08:00
0175bab947 feat(rg): Install ripgrep 2024-11-04 21:25:27 -08:00
db0f991fe1 🚚 refactor(languages): Separate out programming env config 2024-11-03 21:46:51 -08:00
6db1648654 feat(go): Configure go 2024-11-03 16:33:13 -08:00
57a159928e feat(fzf): Install fzf 2024-11-03 14:49:09 -08:00
ceb4bf3cde 🚚 refactor(home): Reorganize modules
Instead of having separate folders for each program with a default.nix
inside, moved modules into programs/services/xorg respectively. Xdg was
moved to the root home folder as it makes the most sense there.
2024-11-03 13:20:00 -08:00