UGA Innovation Factory c538e0c051 use athenix instead of ugaif
2025-12-18 12:13:34 -05:00
2025-12-16 23:47:56 -05:00
2025-12-18 12:13:34 -05:00
2025-12-17 15:37:59 -05:00
2025-12-18 12:13:34 -05:00

hdh20267-nix

Personal NixOS and home-manager configuration for hdh20267.

Structure

This repository contains:

  • user.nix - User account options and home-manager configuration
  • nixos.nix - System-level NixOS configuration (optional)

Usage

Reference this repository in the main nixos-systems users.nix:

hdh20267.external = builtins.fetchGit {
  url = "https://github.com/hdh20267/hdh20267-nix";
  rev = "commit-hash";  # Pin to specific commit
};

# Or for local development:
hdh20267.external = /path/to/hdh20267-nix;

Files

user.nix

This file configures both:

  1. User account options (description, shell, groups, etc.)
  2. Home-manager configuration (packages, programs, dotfiles, etc.)

The same file is imported in two contexts:

  • As a NixOS module to read ugaif.users.hdh20267 options
  • As a home-manager module for user environment

nixos.nix

System-level configuration that requires root privileges. Optional - only needed for system services, special permissions, etc.

Description
No description provided
Readme 37 KiB
Languages
Nix 100%