{ const, color, ... }: {
imports = [
(import ./Default.nix {
color = color;
const = const;
username = "dasha";
homeDir = "/home/dasha";
})
];
}