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