nixos/home/default.nix

8 lines
47 B
Nix
Raw Normal View History

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