my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
at isos 8 lines 278 B view raw
1{ 2 imports = [ 3 ./devshell.nix # a dev shell that provieds all that you will need to work 4 ./formatter.nix # formatter for nix fmt 5 ./treefmt.nix # treefmt is another formatter for every lanauage 6 ./pre-commit.nix # pre-commit hooks to help manage the flake 7 ]; 8}