Nix configurations
Go to file
mat ess dc63b9cdb3 Clean up casks a bit 2024-01-23 18:23:10 -05:00
.vscode Tweaks n such 2023-10-02 19:42:46 -04:00
darwin Clean up casks a bit 2024-01-23 18:23:10 -05:00
home Various updates 2023-12-22 20:49:53 -05:00
nixos More tidying 2023-11-03 21:31:47 -04:00
pkgs Reconcile with upstream 2024-01-23 14:05:02 -05:00
systems Reconcile with upstream 2024-01-23 14:05:02 -05:00
templates WOW now that's what i call a refactor 2023-10-26 21:29:15 -04:00
users Reconcile with upstream 2024-01-23 14:05:02 -05:00
.envrc Add direnv 2022-11-20 17:08:25 -05:00
.gitignore Add direnv 2022-11-20 17:08:25 -05:00
README.md More tidying 2023-11-03 21:31:47 -04:00
flake.lock Clean up casks a bit 2024-01-23 18:23:10 -05:00
flake.nix Reconcile with upstream 2024-01-23 14:05:02 -05: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: