Files
nix-kickstart/machine/default.nix
2026-04-12 16:10:14 -04:00

7 lines
70 B
Nix

{ ... }: {
import = [
./apps.nix
./configuration.nix
];
}