Nix has consumed my dotfiles.
main is not stable, my NixOS configurations live over at UnstoppableMango/nixos.
There are some make targets that can save you typing like, 5 keystrokes and, naturally, my repos need a Makefile.
Run flake checks
$ make check
nix flake checkUpdate flake inputs
$ make update
nix flake updateUsual command
$ make check build
nix flake check
home-manager build --flake $PWDRun checks automatically while working
$ make watch
watchexec -e nix nix flake check
[Running: nix flake check]
[Command was successful]$ export WATCHEXEC=/path/to/watchexec
$ make watch
/path/to/watchexec -e nix nix flake check
[Running: nix flake check]
[Command was successful]- https://github.com/brenno263/nix-config
- https://github.com/grey-lovelace/nixos-config
- https://github.com/BenMcH/dotfiles/tree/main/home-manager/dot-config/home-manager
- https://nixos-and-flakes.thiscute.world
- https://github.com/nmasur/dotfiles
- https://flake.parts/
- https://nix-community.github.io/home-manager/index.xhtml
- https://github.com/nocoolnametom/nix-config
- https://gitlab.com/Zaney/zaneyos
- https://discourse.nixos.org/t/dendrix-dendritic-nix-configurations-distribution/65853
- https://github.com/vic/dendrix
- https://github.com/mightyiam/dendritic
- https://vic.github.io/dendrix/Dendritic.html
- https://github.com/mightyiam/infra/commit/b45e9e13759017fe18950ccc3b6deee2347e9175