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
Jet Pham
e826d26833
feat: make direnv reload and allow aliases dr and da
2026-03-05 13:38:55 -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
7089a2c05a
feat: add alias for nix flake update nfu
2026-03-03 17:27:38 -08:00
Jet Pham
3314dbaa9c
fix: remove chrome
2026-03-02 22:19:38 -08:00
Jet Pham
f15ffa7e61
feat: add google chrome :(
2026-03-02 19:13:20 -08:00
Jet Pham
5768b554e3
feat: add a alias "c" for claude
2026-03-02 19:12:36 -08:00
Jet Pham
fb7f3b5d15
feat: add obs and virtual camera support
2026-03-02 19:12:20 -08:00
Jet Pham
ce8b7972b5
feat: set gtk3 to use dark mode by default
2026-03-02 18:43:22 -08:00
Jet Pham
5811f32beb
feat: add claude code!
2026-03-02 18:26:26 -08:00
Jet Pham
4069287840
feat: replace davinci resolve with kdenlive
2026-03-02 16:39:01 -08:00
Jet Pham
0561ba4c38
feat: add vencord client
2026-03-01 12:13:24 -08:00
Jet Pham
8da3f2a675
feat: add zulip client
2026-03-01 11:45:22 -08:00
Jet Pham
d68735aade
feat: add hyfetch to be gay and do crime
2026-02-28 19:01:03 -08:00
Jet Pham
50c1504d47
feat: make nhs a direnv script
2026-02-28 16:31:10 -08:00
Jet Pham
66ffe8350c
feat: add davinci resolve
2026-02-28 15:30:39 -08:00
Jet Pham
114199ec06
feat: add . as an alias for ..
2026-02-28 14:27:51 -08:00
Jet Pham
632089c4c5
feat: configure z to l
2026-02-28 14:26:28 -08:00
Jet Pham
58f40838e0
feat: remove butt because I'm not ready yet
2026-02-28 14:09:53 -08:00
Jet Pham
4bba217fd0
fix: remove listed packages that are already enabled
2026-02-28 13:55:19 -08:00
Jet Pham
cbaa366f3d
feat: add butt for beyla.noise interfacing
2026-02-28 13:48:35 -08:00
Jet Pham
b07f9ab600
feat: configure zen browsers extensions and policies
2026-02-28 13:29:23 -08:00
Jet Pham
2202cd39cd
feat: add searxng from extremist.software to zen
2026-02-28 13:14:41 -08:00
Jet Pham
e9cee62aea
feat: add tea for forgejo development in cli
2026-02-27 16:07:24 -08:00
Jet Pham
3becde9260
feat: Add jab and jsp aliases for jj
2026-02-26 19:07:38 -08:00
Jet Pham
f6d9a52ce7
fix: remove adding nh in home dir
2026-02-26 19:07:30 -08:00
Jet Pham
44a1a1f792
feat: remove claude code
2026-02-26 16:29:00 -08:00
Jet Pham
621665f446
feat: add jss alias for jj show -s
2026-02-26 16:23:28 -08:00
Jet Pham
5abb509c70
feat: add thunderbird
2026-02-22 16:38:04 -08:00
Jet Pham
b954569da7
feat: organize pkgs and remove abs dirs
2026-02-20 00:42:39 -08:00
Jet Pham
4e09fe222a
feat: add tor-browser
2026-02-16 15:50:57 -08:00
Jet Pham
ae6262904f
fix: make zen default browser in sessions vars
2026-02-16 14:24:01 -08:00
Jet Pham
8614a0c19f
feat: dark mode and show hidden in file picker
2026-02-15 20:18:36 -08:00
Jet Pham
24389cf5ab
fix: remove unused gnome apps, switch to nemo
2026-02-15 18:22:18 -08:00
Jet Pham
a365c1d443
feat: set zen browser as default browser
2026-02-04 17:59:33 -08:00
Jet Pham
7c9ab8c9c8
feat:update and clean out mullvad
2026-02-04 17:58:22 -08:00
Jet Pham
4ea61e08ac
feat: update and add prismlauncher
2026-02-04 01:23:52 +01:00
Jet Pham
a9979324ba
feat: refactor with new
2026-01-30 20:46:46 -08:00
Jet Pham
46f77fce4f
feat: add wifi qr code extension to gnome and update
2026-01-09 21:30:54 +01:00
Jet Pham
c12e188acc
feat: update to rust linting and flake update
2026-01-05 17:43:58 +01:00
Jet Pham
bf461e4f7d
feat: zed moment
2025-11-24 21:12:49 -08:00
Jet Pham
0a745b1cab
feat: beepr
2025-11-22 15:50:39 -08:00