Nix configurations
Go to file
mat ess 8b5b1ae1f9 Updates 2023-03-06 19:52:51 -05:00
darwin Updates 2023-03-06 19:52:51 -05:00
home Updates 2023-03-06 19:52:51 -05:00
lib More reorganizing 2022-12-21 00:22:57 -05:00
modules Remove pkgs flake, generally tidy up 2022-12-19 21:45:46 -05:00
overlays Add pre-commit hooks and other fixes 2022-11-20 17:07:02 -05:00
pkgs Remove pkgs flake, generally tidy up 2022-12-19 21:45:46 -05:00
templates Update templates 2023-01-03 19:37:19 -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 Remove pkgs flake, generally tidy up 2022-12-19 21:45:46 -05:00
default.nix Add some packages, format with nixpkgs-fmt 2022-01-23 18:50:34 -05:00
flake.lock Updates 2023-03-06 19:52:51 -05:00
flake.nix Updates 2023-01-31 23:31:51 -05:00

README.md

dotfiles.nix

nix user configuration for nix-darwin and home-manager.

spiritually a fork of https://github.com/malob/nixpkgs, but using a repo i already had lying around

installation

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

organization

flake.nix

main entry point and glue for submodules

default.nix

compatibility for legacy nix tooling, eg nix-build

configs

non-nix configurations

darwin

nix-darwin specific configuration

bootstrap.nix

minimal configuration for a base macOS system

default.nix

full featured macOS system

homebrew.nix

homebrew + mac app store apps

defaults.nix

macOS system settings

home

home-manager configuration

configs

simple configurations

default.nix

main user environment configuration

kitty.nix

kitty terminal configuration and integrations

shells.nix

fish shell configuration and integrations

modules

darwin

various extensions for nix-darwin configuration

home

customization for kitty terminal and other programs

overlays

colors

pure nix colorscheme palettes

pkgs

custom-built nix packages in a sub-flake