nixfiles/flake/default.nix
2025-02-13 19:51:05 -05:00

9 lines
83 B
Nix

{ ... }:
{
imports = [
./packages.nix
./home.nix
./system.nix
];
}