summary refs log tree commit diff stats
path: root/modules/nixos/default.nix
blob: fa215964e156dcba6c15e2b205b3137f8c724084 (plain) (blame)
1
2
3
4
5
{...}: {
  imports = [
    ./vhack
  ];
}