phoebe/default.nix

7 lines
65 B
Nix

{ config, lib, pkgs, ...}:
{
imports = [
./modules
];
}