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 my repos need a Makefile.
Run flake checks
$ make check
nix flake checkUpdate flake inputs
$ make update
nix flake updateRun 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