nix-config/modules/default/default.nix
2024-12-27 15:08:02 +01:00

7 lines
64 B
Nix

{ ... }:
{
imports = [
./common
./home-manager
];
}