Nix configurations
Go to file
mat ess 847a29ba5e Add luar 2022-07-20 22:18:46 -04:00
configs Tokyo Night for nvim 2022-02-12 02:19:07 -05:00
darwin Cleanup 2022-07-17 13:24:28 -04:00
home Add organization 2022-07-17 15:40:37 -04:00
modules Add $DRY_RUN_CMD 2022-07-16 15:41:50 -04:00
overlays Tweaks and fixes 2022-06-26 20:56:06 -04:00
pkgs Add luar 2022-07-20 22:18:46 -04:00
.gitignore Cleanup, add Wireguard 2022-07-17 12:37:52 -04:00
README.md Add organization 2022-07-17 15:40:37 -04:00
default.nix Add some packages, format with nixpkgs-fmt 2022-01-23 18:50:34 -05:00
flake.lock Add local gurk 2022-07-17 13:24:35 -04:00
flake.nix Drop gurk 2022-07-17 15:23:18 -04:00
nixpkgs.nix Add some packages, format with nixpkgs-fmt 2022-01-23 18:50:34 -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 .#darwinConfigurations.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

copyApplications.nix

hack to work around https://github.com/nix-community/home-manager/issues/1341

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

home

customization for kitty terminal and neovim

overlays

colors

cross-application color configurations

pkgs

custom-built nix packages