my over complex system configurations
dotfiles.isabelroses.com/
nixos
nix
flake
dotfiles
linux
1{
2 imports = [
3 # keep-sorted start prefix_order=../../,./
4 ../../systems
5 ./args.nix # the base args that is passed to the flake
6 ./checks # custom checks that are devised to test if the system is working as expected
7 ./lib # the lib that is used in the system
8 ./packages # our custom packages provided by the flake
9 ./programs # programs that run in the dev shell
10 # keep-sorted end
11 ];
12}