nixos/home/default.nix

8 lines
47 B
Nix
Raw Normal View History

2024-06-28 08:25:24 -07:00
{ ... }:
{
imports = [
./modules
];
}