my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
at main 8 lines 235 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 # keep-sorted end 7 ]; 8}