flake/flakes/darwin/users/guanranwang.nix
2023-09-19 08:17:43 +08:00

10 lines
No EOL
167 B
Nix

{ pkgs, ... }:
{
users.users.guanranwang = {
createHome = true;
description = "Guanran Wang";
home = "/Users/guanranwang";
shell = pkgs.fish;
};
}