No description
Find a file
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
.envrc feat: make nhs a direnv script 2026-02-28 16:31:10 -08:00
.gitattributes feat: use holy c 2025-10-29 15:03:14 -07:00
.gitignore feat: organize pkgs and remove abs dirs 2026-02-20 00:42:39 -08:00
configuration.nix fix: clean up comments, unused docker and podman, etc 2026-03-05 17:21:52 -08:00
flake.lock update: update nix flake 2026-03-05 15:46:11 -08:00
flake.nix fix: a ton of different changes 2026-03-04 16:55:35 -08:00
hardware-configuration.nix fix: a ton of different changes 2026-03-04 16:55:35 -08:00
home.nix fix: clean up comments, unused docker and podman, etc 2026-03-05 17:21:52 -08:00
README.md feat: add readme and credit 2025-10-29 15:06:31 -07:00

Jet's Nixos config

I've done nixos a few times but this time around it's been very comfterable. Nothing is really that special about it, but feel free to copy it!

silly language thing creddited to https://github.com/SylvanFranklin/.config