about summary refs log tree commit diff
path: root/modules/systems/default.nix
blob: 3cbe456775443d588be7f9e5d5b3a10433270fe3 (plain) (blame)
1
2
3
4
5
6
{
  imports = [
    ./nix.nix
    ./software.nix
  ];
}