summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* feat(bash): enable jj in login shellsHEADmasterRobby Zambito2026-04-06
| | | | | | | | - Uncomment .bashrc sourcing in home.bash_profile for login shells - Add ~/.local/bin to PATH in home.bashrc before jj completion loading This ensures jj (Jujutsu) is available and supports tab completion in TTY and SSH sessions where login shells were previously not sourcing .bashrc.
* refactor(config/ssh): extract SSH configuration into dedicated moduleRobby Zambito2026-04-06
| | | | | | | | | | | | | | | | | Move SSH host definitions and authorized keys from home.scm into config/ssh.scm following the Guix service record pattern. Exports: - ssh-hosts: openssh-host records for static hosts and dynamically generated Red Team Kali VMs (2 VCEs × 10 VMs each) - ssh-authorized-keys: Imported from secrets.scm Integrate into home.scm via renamed exports (rz/ssh-hosts, rz/ssh-authorized-keys) consumed by home-openssh-service-type. Files changed: - config/ssh.scm: new module with SSH configuration - home.scm: removed inline SSH block, added module imports
* feat: update AGENTS.md with ini specificsRobby Zambito2026-04-05
|
* feat: add AGENTS.mdRobby Zambito2026-04-05
|
* refactor: move git config to separate packageRobby Zambito2026-04-05
|
* refactor: move wofi config to fileRobby Zambito2026-04-05
| | | | also removed some commented and unused code
* refactor: remove unused configRobby Zambito2026-04-05
|
* refactor: move emacs config to separate packageRobby Zambito2026-04-05
|
* fix: virtual video devicesRobby Zambito2026-04-05
|
* fix: remove broken v4l2loopbackRobby Zambito2026-04-05
|
* add bubblewrap, update alsa configRobby Zambito2026-04-04
|
* fix opening links in firefoxRobby Zambito2026-04-04
|
* podman, bat, and shell init changesRobby Zambito2026-04-04
|
* add z, fzf, and replace docker with podmanRobby Zambito2026-03-08
|
* start splitting things into separate modulesRobby Zambito2026-03-07
|
* fix typoRobby Zambito2026-03-06
|
* some changesRobby Zambito2026-03-06
|
* Inhibit idle on fullscreenRobby Zambito2025-11-23
|
* Initial commitRobby Zambito2025-07-28