my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
at toplogy 9 lines 292 B view raw
1{ 2 imports = [ 3 # keep-sorted start 4 ./formatter.nix # formatter for nix fmt, via treefmt is a formatter for every language 5 ./shell.nix # a dev shell that provieds all that you will need to work 6 ./topology # generate a image of the flakes topology 7 # keep-sorted end 8 ]; 9}