nixos/home/default.nix
2024-06-28 18:38:54 -07:00

7 lines
47 B
Nix

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