1
0
..
2023-12-11 17:35:39 +11:00
2024-05-04 14:10:35 +10:00
2024-06-11 17:05:31 +10:00
2024-05-31 17:56:08 +10:00
2023-12-11 17:35:39 +11:00

Shared

Much of the code running on MacOS or NixOS is actually found here.

This configuration gets imported by both modules. Some configuration examples include git, zsh, vim, and tmux.

Layout

.
├── config             # Config files not written in Nix
├── cachix             # Defines cachix, a global cache for builds
├── default.nix        # Defines how we import overlays 
├── files.nix          # Non-Nix, static configuration files (now immutable!)
├── home-manager.nix   # The goods; most all shared config lives here
├── packages.nix       # List of packages to share