Nix configurations
Go to file
sloane ess b0fb268d77 Handle term theming with theme.sh 2024-07-21 00:25:16 -04:00
.vscode Tweaks n such 2023-10-02 19:42:46 -04:00
darwin Simplify user config 2024-07-19 21:00:54 -04:00
home Handle term theming with theme.sh 2024-07-21 00:25:16 -04:00
me Simplify user config 2024-07-19 21:00:54 -04:00
nixos Simplify user config 2024-07-19 21:00:54 -04:00
pkgs Handle term theming with theme.sh 2024-07-21 00:25:16 -04:00
systems Fix build user uids under Sequoia 2024-07-18 13:31:04 -04:00
templates Initial name change, formatting 2024-07-18 10:16:04 -04:00
.envrc Add direnv 2022-11-20 17:08:25 -05:00
.gitignore Initial name change, formatting 2024-07-18 10:16:04 -04:00
README.md More tidying 2023-11-03 21:31:47 -04:00
flake.lock Handle term theming with theme.sh 2024-07-21 00:25:16 -04:00
flake.nix Handle term theming with theme.sh 2024-07-21 00:25:16 -04:00

README.md

dotfiles.nix

nix user configuration for nix{-darwin,OS} and home-manager.

relies heavily on flake.parts for organization.

installation

$ nix build .#configurations.matbook.system
$ ./result/sw/bin/darwin-rebuild switch --flake .

organization

flake.nix

main entry point and glue for submodules

darwin

nix-darwin specific configuration

home

home-manager configuration

nixos

nixos specific configuration

pkgs

overlay with some additional packages

systems

system-specific bits of configuration, relating to a particular host or type of hosts

templates

nix flake templates for flake-based projects

users

flake-wide user configuration

grafts

this is a painfully incomplete list of some of the more directly inspirations for this repo: