nixfiles/home/user/common.nix

10 lines
127 B
Nix

{
pkgs,
tree,
...
}: {
users.users.kat = {
inherit (tree.home.user.data) description;
shell = pkgs.zsh;
};
}