Commit graph

117 commits

Author SHA1 Message Date
Jet
3e2229799c
feat: move to betterbird off of thunderbird 2026-04-04 19:39:29 -07:00
Jet
cf6ae10d39
feat: make apod more reliable and configure zellij to die 2026-04-02 19:20:08 -07:00
Jet
039ccb6f72
feat: add fullscreen startup apps and apod wallpaper 2026-04-02 17:40:25 -07:00
Jet
e2cb1f4078
feat: remove redundent tailscale ip print 2026-04-01 17:24:40 -07:00
Jet
960d2fd9da
feat: add t3code 2026-03-30 15:32:48 -07:00
Jet
3da9c48250
fix: use zen-beta by default not zen 2026-03-28 19:49:29 -07:00
Jet
f598099349
feat: add super openai command 2026-03-28 19:48:04 -07:00
Jet
560b08f10b
feat: add chrome and tor 2026-03-28 18:56:09 -07:00
Jet
5e25c5d785
feat: remove the dj command 2026-03-27 16:57:41 -07:00
Jet
910e0b0cda
feat: add handbreke 2026-03-27 14:26:30 -07:00
Jet
5765d408e3
feat: use nautilus again 2026-03-27 13:28:46 -07:00
Jet
ede16eb325
feat: make zellij bottom bar cleaner 2026-03-26 21:48:07 -07:00
Jet
f3d2b5b586
feat: add new open tab fzf zellij upgrade! 2026-03-26 20:46:25 -07:00
Jet
8e9121d75d
feat: add t3code 2026-03-26 18:08:09 -07:00
Jet
ac5bd7e14b
feat: add libre office 2026-03-25 19:27:09 -07:00
Jet
a8ef79f2bc
fix: ow command for opening opencode with tailscale 2026-03-24 15:58:00 -07:00
Jet
99103b4806
fix: depricaded variable gtk naming 2026-03-24 15:42:37 -07:00
Jet
33bc6c1bad
feat: open port 4096 for opencode 2026-03-24 15:41:21 -07:00
Jet
08ed409342
feat: add lm-studio 2026-03-24 15:11:43 -07:00
Jet
de27df4ce2
feat: add opencode and use simpler gc 2026-03-21 21:14:16 -07:00
Jet
e746067945
feat: add codex-cli to laptop config 2026-03-18 21:54:31 -07:00
Jet
d0381a9dca
fix: make tea-init use the ssh origin url 2026-03-18 17:10:15 -07:00
Jet
9f919ad68e
feat: add tea-init script 2026-03-18 16:40:46 -07:00
Jet
0d2afb65b7
feat: add dj alias to control noisebridge speakers 2026-03-17 02:27:01 -07:00
Jet
02d42ab4cd
feat: configure thunderbird 2026-03-16 21:43:17 -07:00
Jet
ce860d063f
feat: dedupe name and email 2026-03-15 16:54:35 -07:00
Jet
8344ad81e0
feat: enable declarative dirs for xdg 2026-03-15 16:18:01 -07:00
Jet
8214fba9da
make ctrl v more default 2026-03-15 16:15:00 -07:00
Jet
8fed12f03a
feat: make bash have better history management 2026-03-15 16:14:47 -07:00
Jet
bf4cd75c19
feat: make the starship prompt clearner 2026-03-15 16:14:32 -07:00
Jet
f09b4bbb3d
feat: allow mouse movement while typing 2026-03-14 23:01:26 -07:00
Jet
009cd16749
feat: configure startship 2026-03-14 17:53:59 -07:00
Jet Pham
755ec04d04
feat: add difftastic 2026-03-14 17:24:38 -07:00
Jet Pham
3915825258
feat: a ton of performance and qol improvements 2026-03-14 17:21:43 -07:00
Jet Pham
3a1bfec41b
feat: update git setting 2026-03-13 23:21:43 -07:00
Jet Pham
237277ac5b
fix: formatting and unused services 2026-03-11 13:22:36 -07:00
Jet Pham
6799bb8941
feat: add allowlist for claude 2026-03-10 15:49:06 -07:00
Jet Pham
d9ff0501d1
feat: add linphone 2026-03-10 13:47:19 -07:00
Jet Pham
b241067fae
feat: fix helix syntax error 2026-03-09 15:51:59 -07:00
Jet Pham
8d2981f1d2
fix: remove depricated warning config 2026-03-09 13:46:52 -07:00
Jet Pham
99b8877021
remove possibly dangerous control c alias 2026-03-09 13:46:30 -07:00
Jet Pham
f396f4ff74
fix: remove dangerous alias 2026-03-09 13:46:09 -07:00
Jet Pham
1815ab4b88
fix: remove unused lib input 2026-03-09 13:45:54 -07:00
Jet Pham
f5b62c0053
fix: remove unused opencl configurations 2026-03-09 13:43:29 -07:00
Jet Pham
a386763b86
fix: clean up comments, unused docker and podman, etc
configuration.nix

  1. Removed stale NixOS boilerplate comments — all the default # Edit this
   configuration file..., # Bootloader., # Enable the X11 windowing
  system., # Define a user account..., commented-out options like #
  services.openssh.enable, firewall comments, and stateVersion comment
  2. Removed Docker/docker-compose — virtualisation.docker block,
  users.groups.docker, "docker" from extraGroups, docker-compose from
  systemPackages
  3. Removed vim from systemPackages
  4. Removed environment.variables.EDITOR (helix defaultEditor = true in
  home.nix handles this)
  5. Removed environment.sessionVariables.TERMINAL and
  environment.variables.RUSTICL_ENABLE (moved to home.nix)
  6. Removed /tmp/nix-build tmpfs mount
  7. Added networking.firewall.enable = true and # Required for Tailscale
  comment on checkReversePath
  8. Separated v4l2loopback from the RAM section (moved # RAM optimizations
   comment to above boot.kernel.sysctl)
  9. Fixed indentation — systemPackages, programs.appimage, imports, lists
  reformatted to one-item-per-line
  10. Trailing whitespace cleanup throughout

  home.nix

  1. Removed services.podman block
  2. Added TERMINAL = "kitty" and RUSTICL_ENABLE = "radeonsi" to
  home.sessionVariables
  3. Replaced 3 repetitive helix language blocks with a single map
  expression
  4. Formatting fixes — function args split to one-per-line, trailing
  whitespace, list formatting (categories, urls, etc.)
  5. Removed blank line before home.sessionVariables
2026-03-05 17:21:52 -08:00
Jet Pham
3606cc7425
feat: add rust ts and nix ls and for helix 2026-03-05 16:30:25 -08:00
Jet Pham
ac09076b51
feat: remove haskell from helix configuration 2026-03-05 15:49:54 -08:00
Jet Pham
4e0cfb1314
fix: fix indentation 2026-03-05 15:49:41 -08:00
Jet Pham
eac47ddc28
feat: organize home packages 2026-03-05 15:49:21 -08:00
Jet Pham
e49a188dbb
feat: remove beeper 2026-03-05 15:42:50 -08:00