nixos/home/default.nix
2024-06-28 08:27:44 -07:00

8 lines
48 B
Nix

{ ... }:
{
imports = [
./modules
];
}