Nix configurations
Go to file
mat ess 890be0959b More tidying 2023-11-03 21:31:47 -04:00
.vscode Tweaks n such 2023-10-02 19:42:46 -04:00
darwin Clean up duplicate keys 2023-11-03 19:19:07 -04:00
home More tidying 2023-11-03 21:31:47 -04:00
nixos More tidying 2023-11-03 21:31:47 -04:00
pkgs More tidying 2023-11-03 21:31:47 -04:00
systems Refactor and clean up based on manual testing 2023-11-03 00:34:40 -04:00
templates WOW now that's what i call a refactor 2023-10-26 21:29:15 -04:00
users More tidying 2023-11-03 21:31:47 -04: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 More tidying 2023-11-03 21:31:47 -04:00
flake.nix More tidying 2023-11-03 21:31:47 -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: