aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/neptune.nix
blob: 83c92cd06ebd7272c21f72d2efc1891560566621 (plain)
1
2
3
4
5
6
{ inputs, lib, pkgs, config, outputs, ... }:
{
  imports = [
    common/core
  ];
}