a2bf0335da
fix: add blueman
2026-05-20 15:14:02 -07:00
12102ce4f2
feat: add baobab
2026-05-19 13:56:19 -07:00
da72bc5483
feat: set opencode db path explicitly
2026-05-17 10:58:51 -07:00
bd7097e1c7
update: nfu
2026-05-14 16:51:30 -07:00
8f453f4828
feat: fix printer settings
2026-05-12 21:26:09 -07:00
e9371a503e
fix: bluetooth and tailscale
2026-05-12 10:23:23 -07:00
57f73dbb50
fix: stabilize framework resume handling
2026-05-11 21:53:39 -07:00
57778b83d4
feat: add raw photo support
...
fix: use darktable for raw imports
2026-05-11 16:41:10 -07:00
aeb08c2a8c
feat: add 1 password
2026-05-11 13:38:41 -07:00
6530292166
feat: move back to gnome
2026-05-07 17:55:37 -07:00
2394f856b0
feat: add more system fonts
2026-05-07 16:08:27 -07:00
a7c9e90046
feat: apod timer changes
2026-05-06 11:41:44 -07:00
767677a7e8
feat: add encrypted APOD greeter setup
2026-05-06 10:46:11 -07:00
49b64efd9e
feat: new graphical greeter
2026-05-06 09:40:37 -07:00
1423db9ed7
feat: replace gnome with sway
2026-05-03 16:24:50 -07:00
dc54cd64c2
feat: use raw ghostty launcher
2026-04-30 14:09:11 -07:00
00e0688d11
feat: switch to ghostty and helix overlay
2026-04-28 16:49:24 -07:00
17328f7089
feat: new setup for work laptop
2026-04-23 20:52:18 -07:00
572a731057
fix: opencode perms
2026-04-23 19:50:28 -07:00
9c1487cd7d
feat: add auto opencode web on tailscale serve
2026-04-23 17:36:29 -07:00
ebae675994
feat: camera is back
2026-04-18 13:13:22 -07:00
94cefda7e5
feat: update network setting
2026-04-07 11:07:52 -07:00
e5d81fe1ca
fix: unpin the exit node
2026-04-06 22:03:07 -07:00
ff48beff2c
feat: add tailscale extension
2026-04-05 20:19:17 -07:00
8cbaf58055
feat: add docker
2026-04-05 17:05:00 -07:00
3e2229799c
feat: move to betterbird off of thunderbird
2026-04-04 19:39:29 -07:00
9260cbff20
feat: set tailscale exit to sjc ip
2026-04-01 19:20:49 -07:00
9298a554b0
fix: stop excluding nautalius
2026-03-27 13:33:43 -07:00
5765d408e3
feat: use nautilus again
2026-03-27 13:28:46 -07:00
3151b73ba9
feat: add mullvad exit nodes
2026-03-26 21:47:56 -07:00
33bc6c1bad
feat: open port 4096 for opencode
2026-03-24 15:41:21 -07:00
de27df4ce2
feat: add opencode and use simpler gc
2026-03-21 21:14:16 -07:00
31f93b5bc9
feat: add jet and root as trusted users
2026-03-21 21:14:07 -07:00
e746067945
feat: add codex-cli to laptop config
2026-03-18 21:54:31 -07:00
ef50c36670
feat: add qemu for aarch64 simulation
2026-03-17 01:04:04 -07:00
f69c065ca3
feat: change up the function keys
2026-03-16 21:43:06 -07:00
Jet Pham
3915825258
feat: a ton of performance and qol improvements
2026-03-14 17:21:43 -07:00
Jet Pham
ecf60cb4d5
feat: allow suspend on powerkey and remove comment
2026-03-11 13:24:51 -07:00
Jet Pham
237277ac5b
fix: formatting and unused services
2026-03-11 13:22:36 -07:00
Jet Pham
2e4b2e8a80
fix: remove swap because I have alot of mem
2026-03-09 13:45:23 -07:00
Jet Pham
c634b77ae1
fix: make power management work for AMD chip
2026-03-09 13:45:06 -07:00
Jet Pham
02a273f2f7
fix: remove unused comments
2026-03-09 13:44:42 -07:00
Jet Pham
4ac1fd1489
fix: remove default languages already set
2026-03-09 13:44:14 -07:00
Jet Pham
23b2ac9a33
feat: configure to only keep 3 configurations/gens
2026-03-09 13:43:54 -07:00
Jet Pham
966dd1bfff
fix: remove extra curlies
2026-03-08 19:34:33 -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
acecc56229
fix: a ton of different changes
...
home.nix:
- Bumped home.stateVersion from "23.05" to "25.05"
- Removed the nixConfigDirectory let binding and verbose comments,
simplified to dconf.settings = {
- Removed org/gnome/desktop/background block (cat.png wallpaper)
- Removed antigravity-fhs from packages
- Removed duplicate zulip entry
configuration.nix:
- Removed "usbcore.autosuspend=-1" from boot.kernelParams
- Added targeted udev rules for Framework fingerprint reader (27a6) and
USB-C hub (32ac) autosuspend
- Added services.fstrim.enable = true for NVMe/SSD health
- Added nix.optimise.automatic = true for periodic store deduplication
- Removed duplicate comment and entire cat.png activation script
hardware-configuration.nix:
- Replaced 96GB swapfile config with swapDevices = [ ]
flake.nix:
- Removed the antigravity overlay (override + fhs binding)
2026-03-04 16:55:35 -08:00
Jet Pham
044cc7da4a
fix have nemo be the only file explorer
2026-03-04 16:18:03 -08:00
Jet Pham
fb7f3b5d15
feat: add obs and virtual camera support
2026-03-02 19:12:20 -08:00
Jet Pham
9edc8b0038
feat: update hardware firmware to use amd
2026-02-28 16:31:43 -08:00