Flakes for my NixOS systems
Find a file
2025-03-05 09:19:42 -08:00
common feat: mac update 2025-03-05 09:19:42 -08:00
home-manager feat: mac update 2025-03-05 09:19:42 -08:00
hosts feat: mac update 2025-03-05 09:19:42 -08:00
overlays fix: formatting 2023-10-27 17:15:03 -07:00
.envrc feat: Direnv shell 2023-10-27 18:21:54 -07:00
.gitignore fix: Cleanup 2023-12-02 14:57:20 -08:00
flake.lock feat: Flake update 2025-01-28 08:40:57 -08:00
flake.nix feat: Add yivo 2024-10-13 15:26:07 -07:00
justfile feat: Add amp home-manager on Fedora 2024-06-14 13:14:22 -07:00
nixpkgs.nix fix: formatting 2023-10-27 17:15:03 -07:00
README.md fix: cleanup 2023-10-28 12:37:48 -07:00
shell.nix feat: Add amp home-manager on Fedora 2024-06-14 13:14:22 -07:00

My nix configurations

This repo has my personal configuration for NixOS and nix-darwin, including a cross-platform home-manager configuration used by both.

Refactored from my old config using Misterio77's awesome starter template as a starting point. Also borrowed from Yusuefnapora for much of this.

Structure

  • flake.nix: flake entrypoint
  • hosts: host configurations
  • home-manager: home-manager configurations & features
  • nixos: NixOS configurations & features
  • pkgs: local packages that could potentially be upstreamed to nixpkgs
  • common: shared files between more than one host
  • modules: nixos and home-manager modules that could potentially be upstreamed

Usage

The justfile defines a few recipies using the just command runner. Run just --list to list all recipies. The most important are just switch, which builds the config (for the current hostname by default) and switches to it, just build which builds but doesn't switch, and just trace, which prints the stacktrace when things fail to build.

If you don't have just installed but do have nix, run nix develop to open a bootstrap shell environment.