21a99a829c
update: nfu
2026-03-14 21:28:33 -07:00
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
303ca6e8f8
update: nfu
2026-03-13 16:42:13 -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
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
583d7f912d
update: nfu
2026-03-10 12:58:27 -07:00
Jet Pham
f88ec598fc
fix: add host platform instead of system
2026-03-09 15:53:48 -07:00
Jet Pham
b241067fae
feat: fix helix syntax error
2026-03-09 15:51:59 -07:00
Jet Pham
97c8a8b2b9
update: nfu
2026-03-09 13:48:39 -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
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
f5b62c0053
fix: remove unused opencl configurations
2026-03-09 13:43:29 -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
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
0d9ded1ace
update: update nix flake
2026-03-05 15:46:11 -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
00aa80ddc0
update: nix flake update
2026-03-03 17:28:03 -08:00
Jet Pham
19b9521728
feat: use claude code alias
2026-03-03 17:27:38 -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
4f4ca38679
update: update nix flake
2026-03-02 22:09:18 -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
9edc8b0038
feat: update hardware firmware to use amd
2026-02-28 16:31:43 -08:00