1{ 2 config, 3 ... 4}: { 5 imports = [ 6 ./stylix 7 ./i3.nix 8 ]; 9 10 config = { 11 nix.settings.experimental-features = ["nix-command" "flakes"]; 12 programs = { 13 nix-ld.enable = true; 14 }; 15 }; 16}