Files
nix-config/home/base
Ryan Yin 662316c18a Nixos 26.05 (#261)
* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/7aaa00e7cc9be6c316cb5f6617bd740dd435c59d?narHash=sha256-WacE23EbHTsBKvr8cu%2B1DFNbP6Rh1brHUH5SDUI0NQI%3D' (2026-04-30)
  → 'github:NixOS/nixpkgs/e9a7635a57597d9754eccebdfc7045e6c8600e6b?narHash=sha256-u6WU/yd/o8iYQrHX3RAwO1hYa3LkoSL%2BWNQD0rJfJZQ%3D' (2026-05-29)

* feat: upgrade to nixos 26.05
2026-06-01 10:02:49 +08:00
..
2026-05-10 23:23:14 +08:00
2026-06-01 10:02:49 +08:00
2026-05-09 10:41:56 +08:00

Home Manager's Base Submodules

This directory contains cross-platform base configurations that are shared between Linux and Darwin systems.

Configuration Structure

Core System

  • core/: Essential cross-platform configurations
    • core.nix: Minimal home-manager configuration
    • shells/: Shell configurations (bash, zsh, fish, nu)
    • editors/: Helix + Neovim (Home Manager) and usage docs (README.md per editor)
    • btop.nix: System monitoring tools
    • git.nix: Git configuration and aliases
    • npm.nix: Node.js package management
    • pip.nix: Python package management
    • starship.nix: Cross-shell prompt configuration
    • theme.nix: Color schemes and theming
    • yazi.nix: Terminal file manager configuration
    • zellij/: Terminal multiplexer with custom layouts

Desktop Environment

  • gui/: Cross-platform GUI applications and configurations
    • dev-tools.nix: Development tools and IDEs
    • media.nix: Media players and utilities
    • terminal/: Terminal emulator configurations
      • alacritty/: Alacritty terminal
      • kitty/: Kitty terminal
      • foot/: Foot terminal (Linux)
      • ghostty/: Ghostty terminal

Terminal Interface

  • tui/: Terminal-based interface configurations
    • cloud/: Cloud development tools (Terraform, etc.)
    • container.nix: Container tools (Docker, Podman)
    • dev-tools.nix: Terminal-based development tools
    • editors/: Extra terminal editor Nix (see core/editors/ for docs and baseline enables)
    • encryption/: Encryption and security tools
    • gpg/: GPG key management
    • password-store/: Password management with pass
    • shell.nix: Shell environment configurations
    • ssh/: SSH configuration and management
    • zellij/: Terminal workspace management

System Management

  • home.nix: Main home manager configuration file

Platform Compatibility

All configurations in this directory are designed to work across:

  • Linux: All distributions with Nix and Home Manager
  • macOS: Darwin systems with Home Manager
  • WSL: Windows Subsystem for Linux

Usage

These base configurations provide the foundation for both Linux and Darwin systems, ensuring consistent environments across different platforms while allowing for platform-specific customizations.