WS-KCNHUB/machines/kcnhub/users/spandan.nix

12 lines
190 B
Nix

{ pkgs, ... }: {
users.users.spandan = {
isNormalUser = true;
extraGroups = [ "wheel" ];
homeSize = "50g";
homeProjectId = 104;
packages = with pkgs; [
];
};
}