nix/user/home/Dasha.nix

9 lines
169 B
Nix

{ const, util, style, pkgs, setting, key, ... } @args: {
imports = [
(import ./Default.nix (args // {
username = "dasha";
homeDir = "/home/dasha";
}))
];
}