Nix configurations
Go to file
mat ess e11c455279 Add nil 2022-11-20 11:49:45 -05:00
darwin Update fonts 2022-11-20 10:38:04 -05:00
home Add nil 2022-11-20 11:49:45 -05:00
modules More app fixing 2022-11-07 21:39:25 -05:00
overlays Beef up custom color handling 2022-07-26 00:22:16 -04:00
pkgs Update flakes, move some apps into home-manager 2022-11-05 18:03:58 -04:00
.gitignore Cleanup, add Wireguard 2022-07-17 12:37:52 -04:00
README.md Update flakes, move some apps into home-manager 2022-11-05 18:03:58 -04:00
default.nix Add some packages, format with nixpkgs-fmt 2022-01-23 18:50:34 -05:00
flake.lock More app fixing 2022-11-07 21:39:25 -05:00
flake.nix Add nil 2022-11-20 11:49:45 -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

nixpkgs.nix

used to hack compatibility for <nixpkgs> in nix expressions

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

macos-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